Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Elliott <number101010@gmail.com>
  • Loading branch information
joe-elliott committed Mar 6, 2024
1 parent 23973e5 commit 9ad94c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/frontend/combiner/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TestSearchResponseCombiner(t *testing.T) {
response1: toHTTPResponse(t, &tempopb.SearchResponse{Metrics: &tempopb.SearchMetrics{}}, 200),
response2: toHTTPResponse(t, nil, 429),
expectedStatus: 429,
expectedGRPCError: status.Error(codes.InvalidArgument, ""),
expectedGRPCError: status.Error(codes.ResourceExhausted, ""),
},
{
name: "500+404",
Expand Down

0 comments on commit 9ad94c1

Please sign in to comment.