Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abingcbc committed Dec 30, 2024
1 parent 891c75c commit f178d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/runner/sink/http/HttpSink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ bool HttpSink::Init() {
}

void HttpSink::Stop() {
#ifdef APSARA_UNIT_TEST_MAIN
#ifndef APSARA_UNIT_TEST_MAIN
mIsFlush = true;
if (!mThreadRes.valid()) {
return;
Expand Down

0 comments on commit f178d8c

Please sign in to comment.