Bump versions of pycodestyle and pep8-naming

This commit is contained in:
Raphael Michel
2022-02-13 20:39:31 +01:00
parent a307cf8934
commit a37ed6f001
16 changed files with 65 additions and 65 deletions

View File

@@ -115,7 +115,7 @@ def test_org_list(token_client, organizer, event):
resp = token_client.get('/api/v1/organizers/{}/exporters/'.format(organizer.slug))
assert resp.status_code == 200
assert c in resp.data['results']
resp = token_client.get('/api/v1/organizers/{}/exporters/orderlist/'.format(organizer.slug, event.slug))
resp = token_client.get('/api/v1/organizers/{}/exporters/orderlist/'.format(organizer.slug))
assert resp.status_code == 200
assert c == resp.data