Skip to content

Commit 5baa615

Browse files
committed
test: fix
1 parent cbadae7 commit 5baa615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/integration/CommandParseTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class CommandParseTest : CLIIntegrationTest() {
7171
interceptor.clear()
7272

7373
Main.main(
74-
"-v admin add-role-access-permission tester $accessPermissionId".split(" ").toTypedArray()
74+
"-v admin add-role-access-permission $newRole $accessPermissionId".split(" ").toTypedArray()
7575
)
7676
Main.main(
7777
"-v admin get-access-permissions".split(" ").toTypedArray()

0 commit comments

Comments
 (0)