Skip to content

Commit

Permalink
Fixed Server Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Nov 5, 2020
1 parent cd9d9a2 commit 043f1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
{
"Content": "{\"schemaEndpoint\":\"http://localhost:5000/graphql\",\"subscriptionEndpoint\":\"ws://localhost:5000/graphql\",\"endpointEditable\":false,\"document\":\"# foo\",\"credentials\":\"same-origin\",\"httpHeaders\":{\"Content-Type\":\"application/json\"},\"httpMethod\":\"GET\"}",
"Content": "{\"schemaEndpoint\":\"http://localhost:5000/graphql\",\"subscriptionEndpoint\":\"ws://localhost:5000/graphql\",\"endpointEditable\":true,\"document\":\"# foo\",\"credentials\":\"same-origin\",\"httpHeaders\":{\"Content-Type\":\"application/json\"},\"httpMethod\":\"GET\"}",
"ContentType": {
"CharSet": "utf-8",
"Parameters": [
Expand Down
@@ -1,5 +1,5 @@
{
"Content": "{\"schemaEndpoint\":\"http://localhost:5000/graphql\",\"subscriptionEndpoint\":\"ws://localhost:5000/graphql\",\"endpointEditable\":false}",
"Content": "{\"schemaEndpoint\":\"http://localhost:5000/graphql\",\"subscriptionEndpoint\":\"ws://localhost:5000/graphql\",\"endpointEditable\":true}",
"ContentType": {
"CharSet": "utf-8",
"Parameters": [
Expand Down

0 comments on commit 043f1c2

Please sign in to comment.