Skip to content

Commit

Permalink
fix static test
Browse files Browse the repository at this point in the history
  • Loading branch information
aomerk committed Jan 10, 2024
1 parent 9b8f120 commit 3073d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/graphql/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

func TestUnmarshal(t *testing.T) {
resp := parseBatchResponse([]byte(testResponse))
resp := parseBatchResponse([]byte(testBatchResponse))
data := (*resp.Data.(*BatchGetAlertsResponse))["alerts0"]

assert.NotNilf(t, resp, "graphql response can not be nil")
Expand Down

0 comments on commit 3073d81

Please sign in to comment.