Minor update

This commit is contained in:
TwinProduction
2021-03-05 20:33:06 -05:00
parent 02e9f74a04
commit 076b92a2b4
2 changed files with 1 additions and 3 deletions

View File

@ -188,7 +188,7 @@ func TestService_buildHTTPRequestWithGraphQLEnabled(t *testing.T) {
Conditions: []*Condition{&condition},
GraphQL: true,
Body: `{
user(gender: "female") {
users(gender: "female") {
id
name
gender