diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2020-08-28 22:49:58 +0200 |
---|---|---|
committer | Nejc Habjan <nejc.habjan@siemens.com> | 2020-08-28 22:59:43 +0200 |
commit | c2806d8c0454a83dfdafd1bdbf7e10bb28d205e0 (patch) | |
tree | 698f538960c629df667fbd99f5f93b0cc4a7def3 | |
parent | f337b7ac43e49f9d3610235749b1e2a21731352d (diff) | |
download | gitlab-feat/project-artifacts.tar.gz |
chore: update tools dir for latest black versionfeat/project-artifacts
-rw-r--r-- | tools/python_test_v4.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index 6ecaf24..8c548be 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -701,7 +701,12 @@ deploy_token_group = gl.groups.create( # Remove once https://gitlab.com/gitlab-org/gitlab/-/issues/211878 is fixed deploy_token = deploy_token_group.deploytokens.create( - {"name": "foo", "username": "", "expires_at": "", "scopes": ["read_repository"],} + { + "name": "foo", + "username": "", + "expires_at": "", + "scopes": ["read_repository"], + } ) assert len(deploy_token_group.deploytokens.list()) == 1 |