We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbadae7 commit 5baa615Copy full SHA for 5baa615
src/test/kotlin/integration/CommandParseTest.kt
@@ -71,7 +71,7 @@ class CommandParseTest : CLIIntegrationTest() {
71
interceptor.clear()
72
73
Main.main(
74
- "-v admin add-role-access-permission tester $accessPermissionId".split(" ").toTypedArray()
+ "-v admin add-role-access-permission $newRole $accessPermissionId".split(" ").toTypedArray()
75
)
76
77
"-v admin get-access-permissions".split(" ").toTypedArray()
0 commit comments