Files
notifications-admin/tests
Katie Smith 407c6d264c Fix assertion in test
When using `with pytest.raises...` any assertions inside the `with`
statement that occur below the line that raises the exception don't get
called. It's not possible to check the response status_code / location
in this test because an exception is raised before the response is
returned.
2020-04-22 16:31:59 +01:00
..
2020-04-22 16:31:59 +01:00
2020-04-02 12:07:19 +01:00