We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfa659 commit fdf3911Copy full SHA for fdf3911
1 file changed
Applications/Backend/Tests/Integration/Endpoints/ConnectEndpointTests.cs
@@ -117,7 +117,7 @@ public async Task WhenPostTokenWithInvalidClientSecret_ShouldReturnUnauthorized(
117
118
/* arrange: create a client */
119
var payload = _fixture.Build<ClientCreationScheme>()
120
- .With(client => client.Name, "admin")
+ .With(client => client.Name, "nexus")
121
.With(client => client.Flows, [Grant.ClientCredentials])
122
.With(client => client.RedirectUris, [])
123
.Create();
0 commit comments