Skip to content

Commit 3826ea8

Browse files
committed
fix: expected scopes in deploy_token test
1 parent 0d1dca5 commit 3826ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/functional/cli/test_cli_v4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def do_test_create_project_deploy_token(gitlab_cli, project, scopes, expected_sc
587587
assert name in ret.stdout
588588
assert username in ret.stdout
589589
assert expires_at in ret.stdout
590-
assert scopes in ret.stdout
590+
assert expected_scopes in ret.stdout
591591

592592

593593
def test_create_project_deploy_token_one_scope(gitlab_cli, project):

0 commit comments

Comments
 (0)