Skip to content

Commit 74f93c2

Browse files
authored
Indicate the WG test suite doc is out of date. (#247)
1 parent 1928447 commit 74f93c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

working-group/test-suite.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
🚨 **WARNING** 🚨 This proposed test suite is out of date and does not reflect the current status of the spec. For a more up to date test suite, please see [graphql-http audits](https://github.com/graphql/graphql-http#audits) or the testing tool at [graphql-http.com](https://graphql-http.com/). This document only exists for historical reasons.
2+
13
# Automated Test Suite
24

35
> These are the descriptions of the tests that we intend to build. This document is a scaffold until we have the tests implemented. At that point, the code itself will become the documentation and this document will be removed.
@@ -55,4 +57,4 @@ A syntax error in the query MUST result in either a 200 and a body with an `err
5557
* Send a GraphQL query with a valid structured request, but an invalid GraphQL query document. Include an `Accept: application/graphql-json` to ensure we receive JSON-encoded body.
5658
* **ERROR** Assert that either
5759
* The server responds with a 200 HTTP response and a JSON document containing a non-null `errors` top level attribute; OR
58-
* The server responds with a 400 HTTP response
60+
* The server responds with a 400 HTTP response

0 commit comments

Comments
 (0)