We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784288e commit 12ad5baCopy full SHA for 12ad5ba
1 file changed
utils/test/org/apache/cloudstack/utils/auth/SAMLUtilsTest.java
@@ -36,7 +36,7 @@ public void testSAMLId() throws Exception {
36
37
@Test
38
public void testGenerateSecureRandomId() throws Exception {
39
- assertTrue(SAMLUtils.generateSecureRandomId().length() == 32);
+ assertTrue(SAMLUtils.generateSecureRandomId().length() > 0);
40
}
41
42
0 commit comments