ninjafix – CassandraRoleManagerTest (CASSANDRA-21202)

This commit is contained in:
mck 2026-03-17 22:07:03 +01:00
parent 17c573f800
commit 2ce273a118
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ public class CassandraRoleManagerTest
}
catch (OverloadedException e)
{
assertEquals("Password for role test_password_role can only be changed every 100ms. ", e.getMessage());
assertEquals("Password for role test_password_role can only be changed every 100ms.", e.getMessage());
}
// Wait for the rate limit interval to pass
@ -199,7 +199,7 @@ public class CassandraRoleManagerTest
}
catch (OverloadedException e)
{
assertEquals("Password for role test_role_1 can only be changed every 100ms. ", e.getMessage());
assertEquals("Password for role test_role_1 can only be changed every 100ms.", e.getMessage());
}
roleManager.dropRole(AuthenticatedUser.ANONYMOUS_USER, role1);