Skip to content

Commit

Permalink
do what the comment says so CI passes
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Elliott <[email protected]>
  • Loading branch information
joe-elliott committed Nov 1, 2024
1 parent 4fbf307 commit 02eb410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/e2e/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ func callSearchTagValuesV2AndAssert(t *testing.T, svc *e2e.HTTPService, tagName,
require.Equal(t, expected.TagValues, actualGrpcResp.TagValues)
// assert metrics, and make sure it's non-zero when response is non-empty
if len(grpcResp.TagValues) > 0 {
require.Greater(t, grpcResp.Metrics.InspectedBytes, uint64(100))
require.Greater(t, grpcResp.Metrics.InspectedBytes, uint64(0))
}
}

Expand Down

0 comments on commit 02eb410

Please sign in to comment.