schema-fix

This commit is contained in:
Tony Rewin 2023-10-06 00:20:02 +03:00
parent bbc5dc441d
commit 4de1e64ba2
2 changed files with 2 additions and 2 deletions

2
CHECKS
View File

@ -1,5 +1,5 @@
WAIT=10
TIMEOUT=5
ATTEMPTS=3
ATTEMPTS=1
/

View File

@ -39,7 +39,7 @@ load_pages = gql(
} } """
)
schema_str = open(path.dirname(__file__) + "/ackee.graphql").read()
schema_str = open(path.dirname(__file__) + "../schemas/ackee.graphql").read()
token = environ.get("ACKEE_TOKEN", "")