Skip to content

Commit

Permalink
Reformatted using black
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Mersholm committed Nov 18, 2023
1 parent d8cb98d commit 5995b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/user_auth/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def test_authed_view(url, client, new_hire_factory):
["<int:condition>", "1"],
["<int:exists>", "1"],
["<uuid:uuid>", "65a6d9b5-6e1d-47de-b677-8c4e73bf3f00"],
["<int:admin_task_pk>","1"]
["<int:admin_task_pk>", "1"],
]
for placeholder, real_value in swaps:
url = url.replace(placeholder, real_value)
Expand Down

0 comments on commit 5995b16

Please sign in to comment.