Decode Base64 usernames/passwords as UTF-8 strings #967
Annotations
5 errors
test/EventStore.Client.UserManagement.Tests/resetting_user_password.cs#L45
Shouldly.ShouldAssertException : Task `await Fixture.Users
.ResetPasswordAsync(user.LoginName, "newPassword", userCredentials: user.Credentials)`
should throw
EventStore.Client.AccessDeniedException
but did not
|
test/EventStore.Client.UserManagement.Tests/enabling_a_user.cs#L28
Shouldly.ShouldAssertException : Task `await Fixture.Users
.EnableUserAsync(user.LoginName, userCredentials: user.Credentials)`
should throw
EventStore.Client.AccessDeniedException
but did not
|
test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L31
Shouldly.ShouldAssertException : Task `await Fixture.Users
.DisableUserAsync(user.LoginName, userCredentials: user.Credentials)`
should throw
EventStore.Client.AccessDeniedException
but did not
|
test/EventStore.Client.UserManagement.Tests/creating_a_user.cs#L48
Shouldly.ShouldAssertException : Task `await Fixture.Users
.CreateUserAsync(user.LoginName, user.FullName, user.Groups, user.Password, userCredentials: user.Credentials)`
should throw
EventStore.Client.AccessDeniedException
but did not
|
|
The logs for this run have expired and are no longer available.
Loading