Skip to content

Commit a419969

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4cbe771 commit a419969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_repos_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_add_collaborator_with_permission(self):
8888

8989
self.session.put.assert_called_once_with(
9090
url_for("collaborators/sigmavirus24"),
91-
data='{"permission": "admin"}'
91+
data='{"permission": "admin"}',
9292
)
9393

9494
def test_add_null_collaborator(self):

0 commit comments

Comments
 (0)