diff --git a/test/Identity.IntegrationTest/Endpoints/IdentityServerTests.cs b/test/Identity.IntegrationTest/Endpoints/IdentityServerTests.cs index 88c1a8ed73..1ce0bb0bfb 100644 --- a/test/Identity.IntegrationTest/Endpoints/IdentityServerTests.cs +++ b/test/Identity.IntegrationTest/Endpoints/IdentityServerTests.cs @@ -335,7 +335,6 @@ public class IdentityServerTests : IClassFixture var username = "test+tokenclientcredentials@email.com"; - await server.PostAsync("/accounts/register", JsonContent.Create(new RegisterRequestModel { Email = username,