run latest black
This commit is contained in:
@ -3,5 +3,5 @@ import pytest
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_request_device_segment_no_match(client, site):
|
||||
response = client.get('/regular/')
|
||||
response = client.get("/regular/")
|
||||
assert response.status_code == 200
|
||||
|
Reference in New Issue
Block a user