Skip to content

Commit

Permalink
fixed integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad committed Jun 7, 2024
1 parent 22ed16d commit 2c85e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public async Task GetOpenApiSpecification_ReturnsOk()
// Arrange
HttpClient client = _webApplicationFactorySetup.GetTestServerClient();

HttpRequestMessage httpRequestMessage = new(HttpMethod.Get, "/profile/swagger/v1/swagger.json");
HttpRequestMessage httpRequestMessage = new(HttpMethod.Get, "/swagger");

// Act
HttpResponseMessage response = await client.SendAsync(httpRequestMessage);
Expand Down

0 comments on commit 2c85e02

Please sign in to comment.