8

Wagtail 3 changes

This commit is contained in:
Alex Bridge
2022-01-28 11:53:57 +00:00
committed by nick.moreton
parent dd4530203f
commit c7eaec1315
89 changed files with 3003 additions and 1456 deletions

View File

@@ -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