7
This repository has been archived on 2023-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cavemanon-wagtail-personali…/tests/unit/test_regressions.py
2022-11-08 14:47:25 +00:00

8 lines
173 B
Python

import pytest
@pytest.mark.django_db
def test_request_device_segment_no_match(client, site):
response = client.get("/regular/")
assert response.status_code == 200