fixes the cirle POST
All checks were successful
Dotnet build and test / build (pull_request) Successful in 12m37s

This commit is contained in:
Paul Schneider 2026-08-20 01:23:14 +01:00
commit 46a9a84fbc
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
2 changed files with 53 additions and 9 deletions

View file

@ -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)
{