KEYCLOAK-7476 - sshLoginTest - changed command result
This commit is contained in:
parent
cb3b7f3cb2
commit
6c3e6bc90c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public abstract class AbstractFuseAdminAdapterTest extends AbstractExampleAdapte
|
|||
|
||||
@Test
|
||||
public void sshLoginTest() throws Exception {
|
||||
assertCommand("mary", "password", "shell:date", Result.NO_ROLES);
|
||||
assertCommand("mary", "password", "shell:date", Result.NOT_FOUND);
|
||||
assertCommand("john", "password", "shell:info", Result.NO_CREDENTIALS);
|
||||
assertCommand("john", "password", "shell:date", Result.OK);
|
||||
assertCommand("root", "password", "shell:info", Result.OK);
|
||||
|
|
Loading…
Reference in a new issue