Decode Base64 usernames/passwords as UTF-8 strings #185
Annotations
4 errors
test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L14
Shouldly.ShouldAssertException : ex.ParamName
should be
"loginName"
but was
"value"
difference
Difference | | | | | | | | | |
| \|/ \|/ \|/ \|/ \|/ \|/ \|/ \|/ \|/
Index | 0 1 2 3 4 5 6 7 8
Expected Value | l o g i n N a m e
Actual Value | v a l u e
Expected Code | 108 111 103 105 110 78 97 109 101
Actual Code | 118 97 108 117 101
|
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