Skip to content

Commit

Permalink
test: Change URI value
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jan 12, 2024
1 parent f0b7210 commit eb8f591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Example.PluginApp/Test/SqlTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public async Task Get_WhenNoPluginIsLoaded_ShouldNotThrowException()
Environment.SetEnvironmentVariable("PLUGINS", " ");
using var factory = new WebApplicationFactory<Program>();
var client = factory.CreateClient();
var requestUri = "/api/Hello";
var requestUri = "/api/Sql/GetOrderSql";

// Act
var httpResponse = await client.GetAsync(requestUri);
Expand Down

0 comments on commit eb8f591

Please sign in to comment.