Skip to content

Commit

Permalink
fix: ut
Browse files Browse the repository at this point in the history
  • Loading branch information
catdogpandas committed Oct 29, 2024
1 parent 4130c1e commit 65affec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unittest/prometheus/RelabelUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ void RelabelConfigUnittest::TestMultiRelabel() {
APSARA_TEST_TRUE(ParseJsonTable(configStr2, configJson, errorMsg));
configList = RelabelConfigList();
APSARA_TEST_TRUE(configList.Init(configJson));
// result = labels;
result = labels;
APSARA_TEST_TRUE(configList.Process(result, toDelete));
}

Expand Down

0 comments on commit 65affec

Please sign in to comment.