mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-24 06:49:04 +01:00
Minor update
This commit is contained in:
parent
02e9f74a04
commit
076b92a2b4
@ -562,8 +562,6 @@ services:
|
|||||||
avatar
|
avatar
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
headers:
|
|
||||||
Content-Type: application/json # XXX: as of v1.9.2, this header is automatically added when graphql is set to true
|
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
- "[BODY].data.users[0].gender == female"
|
- "[BODY].data.users[0].gender == female"
|
||||||
|
@ -188,7 +188,7 @@ func TestService_buildHTTPRequestWithGraphQLEnabled(t *testing.T) {
|
|||||||
Conditions: []*Condition{&condition},
|
Conditions: []*Condition{&condition},
|
||||||
GraphQL: true,
|
GraphQL: true,
|
||||||
Body: `{
|
Body: `{
|
||||||
user(gender: "female") {
|
users(gender: "female") {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
gender
|
gender
|
||||||
|
Loading…
Reference in New Issue
Block a user