Skip to content

Commit fdf3911

Browse files
feature(#20): this commit renames the test client
1 parent 0bfa659 commit fdf3911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Applications/Backend/Tests/Integration/Endpoints/ConnectEndpointTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public async Task WhenPostTokenWithInvalidClientSecret_ShouldReturnUnauthorized(
117117

118118
/* arrange: create a client */
119119
var payload = _fixture.Build<ClientCreationScheme>()
120-
.With(client => client.Name, "admin")
120+
.With(client => client.Name, "nexus")
121121
.With(client => client.Flows, [Grant.ClientCredentials])
122122
.With(client => client.RedirectUris, [])
123123
.Create();

0 commit comments

Comments
 (0)