Decode Base64 usernames/passwords as UTF-8 strings #187
Annotations
3 errors
test/EventStore.Client.UserManagement.Tests/changing_user_password.cs#L72
Shouldly.ShouldAssertException : `await Fixture.Users
.ChangePasswordAsync(user.LoginName, user.Password, "new-password", userCredentials: user.Credentials)`
should not throw but threw
EventStore.Client.NotAuthenticatedException
with message
"Status(StatusCode="Unauthenticated", Detail="Unauthenticated")"
|
test/EventStore.Client.UserManagement.Tests/resetting_user_password.cs#L76
Shouldly.ShouldAssertException : Task `await Fixture.Users
.ResetPasswordAsync(user.LoginName, "new-password", userCredentials: user.Credentials)`
should throw
EventStore.Client.AccessDeniedException
but threw
EventStore.Client.NotAuthenticatedException
|
|
The logs for this run have expired and are no longer available.
Loading