Files
notifications-admin/tests/app/main/views
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-03-26 14:55:51 +00:00
2020-03-25 13:58:23 +00:00
2020-04-21 11:21:02 +01:00