Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Jan 16, 2025
1 parent 9d2756e commit 8d15e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Samples.AzureFunctions.Tests/EndToEndTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public async Task GraphQLGet()
{
request.Method = "GET";
request.QueryString = new QueryString("?query={count}");
request.Headers.Add("GraphQL-Require-Preflight", "true");
request.Headers["GraphQL-Require-Preflight"] = "true";
}, GraphQL.RunGraphQL);

statusCode.ShouldBe(200);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="../../Tests.props" />

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Description>End to end tests for the Samples.AzureFunctions project</Description>
</PropertyGroup>

Expand Down

0 comments on commit 8d15e2c

Please sign in to comment.