Skip to content

Commit 9350067

Browse files
committed
chore: make lint happy
1 parent f14f91b commit 9350067

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/functional/cli/test_cli_v4.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,11 +588,16 @@ def do_test_create_project_deploy_token(gitlab_cli, project, scopes):
588588
assert expires_at in ret.stdout
589589
assert scopes in ret.stdout
590590

591+
591592
def test_create_project_deploy_token_one_scope(gitlab_cli, project, scopes):
592593
do_test_create_project_deploy_token(gitlab_cli, project, scopes="read_registry")
593594

595+
594596
def test_create_project_deploy_token_many_scopes(gitlab_cli, project, scopes):
595-
do_test_create_project_deploy_token(gitlab_cli, project, scopes="read_registry,read_repository")
597+
do_test_create_project_deploy_token(
598+
gitlab_cli, project, scopes="read_registry,read_repository"
599+
)
600+
596601

597602
def test_list_all_deploy_tokens(gitlab_cli, deploy_token):
598603
cmd = ["-v", "deploy-token", "list"]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy