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

@ -562,8 +562,6 @@ services:
avatar
}
}
headers:
Content-Type: application/json # XXX: as of v1.9.2, this header is automatically added when graphql is set to true
conditions:
- "[STATUS] == 200"
- "[BODY].data.users[0].gender == female"

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