Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts committed Oct 30, 2023
1 parent aec7e51 commit fec3c29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/ingester/tailer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,7 @@ func Test_StructuredMetadata(t *testing.T) {
}, 30*time.Second, 1*time.Second, "stream was not received")

responses := server.GetResponses()
require.Equal(t, len(responses), len(tc.expectedResponses))
for i := range responses {
require.Equal(t, tc.expectedResponses[i].Stream, responses[i].Stream)
require.Equal(t, tc.expectedResponses[i].DroppedStreams, responses[i].DroppedStreams)
}
require.ElementsMatch(t, tc.expectedResponses, responses)

tail.close()
wg.Wait()
Expand Down

0 comments on commit fec3c29

Please sign in to comment.