Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 committed Dec 13, 2024
1 parent ecb3398 commit 3ca2ae7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/unittest/flusher/FlusherSLSUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,9 @@ void FlusherSLSUnittest::TestBuildRequest() {
bool keepItem = false;
#ifdef __ENTERPRISE__
{
// empty ak
// empty ak, first try
APSARA_TEST_FALSE(flusher.BuildRequest(&item, req, &keepItem));
// empty ak, second try
APSARA_TEST_FALSE(flusher.BuildRequest(&item, req, &keepItem));
APSARA_TEST_EQUAL(nullptr, req);
APSARA_TEST_TRUE(keepItem);
Expand Down

0 comments on commit 3ca2ae7

Please sign in to comment.