Skip to content

Commit

Permalink
fix client test
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb-Hurshman committed Dec 9, 2024
1 parent 60b951f commit 7bbe024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/splunksearchapireceiver/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestGetSearchResults(t *testing.T) {

resp, err := testClient.GetSearchResults("123456", 0, 5)
require.NoError(t, err)
require.Equal(t, 5, len(resp.Results))
require.Equal(t, 3, len(resp.Results))
require.Equal(t, "Hello, world!", resp.Results[0].Raw)

// returns an error if the response status isn't 200
Expand Down

0 comments on commit 7bbe024

Please sign in to comment.