Update Black & run for whole repository
This commit is contained in:
parent
68210d5330
commit
850dc69091
53 changed files with 441 additions and 149 deletions
|
|
@ -61,7 +61,8 @@ def test_playlist_inherits_user_privacy(logged_in_api_client):
|
|||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"name,method", [("api:v1:playlists-list", "post")],
|
||||
"name,method",
|
||||
[("api:v1:playlists-list", "post")],
|
||||
)
|
||||
def test_url_requires_login(name, method, factories, api_client):
|
||||
url = reverse(name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue