There was an error while loading. Please reload this page.
1 parent 016d90c commit a788cffCopy full SHA for a788cff
1 file changed
tests/functional/cli/test_cli_users.py
@@ -12,3 +12,10 @@ def test_create_user_impersonation_token_with_scopes(gitlab_cli, user):
12
ret = gitlab_cli(cmd)
13
14
assert ret.success
15
+
16
17
+def test_list_user_projects(gitlab_cli, user):
18
+ cmd = ["user-project", "list", "--user-id", user.id]
19
+ ret = gitlab_cli(cmd)
20
21
+ assert ret.success
0 commit comments