KEYCLOAK-7476 - sshLoginTest - changed command result

This commit is contained in:
Pavel Drozd 2018-05-31 12:25:11 +02:00 committed by Pavel Drozd
parent cb3b7f3cb2
commit 6c3e6bc90c

View file

@ -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);