Skip to content

Commit 9155c87

Browse files
committed
chore(lint): black reformatted group test
1 parent 195d6c0 commit 9155c87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/functional/api/test_groups.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,7 @@ def test_group_protected_branches(group, gitlab_version):
292292
)
293293

294294
p_b = group.protectedbranches.create(
295-
{
296-
"name": "*-stable",
297-
"allow_force_push": False,
298-
}
295+
{"name": "*-stable", "allow_force_push": False}
299296
)
300297
assert p_b.name == "*-stable"
301298
assert not p_b.allow_force_push

0 commit comments

Comments
 (0)