mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue