Skip to content

Commit

Permalink
Name test query
Browse files Browse the repository at this point in the history
  • Loading branch information
pkqk committed Oct 29, 2024
1 parent c33fcc8 commit b74ae43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestGatewayQuery(t *testing.T) {
rec := httptest.NewRecorder()
req := httptest.NewRequest(http.MethodPost, "/query", strings.NewReader(`
{
"query": "query { test }"
"query": "query gatewaytest { test }"
}`))
req.Header.Set("Content-Type", "application/json; charset=utf-8")
req.Header.Set("Accept", "application/json; charset=utf-8")
Expand Down

0 comments on commit b74ae43

Please sign in to comment.