From 043f1c26dfd57ca4279c44cb263836c28f3d3a60 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 5 Nov 2020 16:53:51 +0100 Subject: [PATCH] Fixed Server Tests --- ...ationFileMiddlewareTests.Fetch_Tool_Config_With_Options.snap | 2 +- ...onFileMiddlewareTests.Fetch_Tool_Config_Without_Options.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/ToolConfigurationFileMiddlewareTests.Fetch_Tool_Config_With_Options.snap b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/ToolConfigurationFileMiddlewareTests.Fetch_Tool_Config_With_Options.snap index 2203f1878f9..8e4c5f5cea1 100644 --- a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/ToolConfigurationFileMiddlewareTests.Fetch_Tool_Config_With_Options.snap +++ b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/ToolConfigurationFileMiddlewareTests.Fetch_Tool_Config_With_Options.snap @@ -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": [ diff --git a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/ToolConfigurationFileMiddlewareTests.Fetch_Tool_Config_Without_Options.snap b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/ToolConfigurationFileMiddlewareTests.Fetch_Tool_Config_Without_Options.snap index 69a95d4403b..0c2bfdaaf92 100644 --- a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/ToolConfigurationFileMiddlewareTests.Fetch_Tool_Config_Without_Options.snap +++ b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/ToolConfigurationFileMiddlewareTests.Fetch_Tool_Config_Without_Options.snap @@ -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": [