Skip to content

Commit 57a3fbb

Browse files
author
alexgreenbank
committed
lint
Signed-off-by: alexgreenbank <[email protected]>
1 parent b17b13f commit 57a3fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

receiver/datadogreceiver/receiver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ func TestDatadogServices_EndToEnd(t *testing.T) {
524524

525525
body, err := io.ReadAll(resp.Body)
526526
require.NoError(t, multierr.Combine(err, resp.Body.Close()), "Must not error when reading body")
527-
require.Equal(t, string(body), "OK", "Expected response to be 'OK', got %s", string(body))
527+
require.Equal(t, "OK", string(body), "Expected response to be 'OK', got %s", string(body))
528528
require.Equal(t, http.StatusAccepted, resp.StatusCode)
529529

530530
mds := sink.AllMetrics()

0 commit comments

Comments
 (0)