fixes the cirle POST
All checks were successful
Dotnet build and test / build (pull_request) Successful in 12m37s
All checks were successful
Dotnet build and test / build (pull_request) Successful in 12m37s
This commit is contained in:
parent
ecfdca8f01
commit
46a9a84fbc
2 changed files with 53 additions and 9 deletions
|
|
@ -88,7 +88,7 @@ public sealed class CircleMembersApiTests : IClassFixture<BlogsWebServerFixture>
|
|||
}
|
||||
|
||||
private string MembersUrl(long circleId)
|
||||
=> $"{_fixture.Addresses.First(a => a.StartsWith("https://"))}/api/circle/{circleId}/members";
|
||||
=> $"{_fixture.Addresses.First(a => a.StartsWith("https://"))}/{Constants.APIPrefix}/circle/{circleId}/members";
|
||||
|
||||
private HttpClient NewClient(string subject)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue