We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd08c1b commit 326b07dCopy full SHA for 326b07d
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