mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
SAMLUtilsTest: just test that random secure string has some length
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
784288eaab
commit
12ad5ba197
@ -36,7 +36,7 @@ public class SAMLUtilsTest extends TestCase {
|
||||
|
||||
@Test
|
||||
public void testGenerateSecureRandomId() throws Exception {
|
||||
assertTrue(SAMLUtils.generateSecureRandomId().length() == 32);
|
||||
assertTrue(SAMLUtils.generateSecureRandomId().length() > 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user