Skip to content

Improve view functions in facilities blueprint #955

Improve view functions in facilities blueprint

Improve view functions in facilities blueprint #955

GitHub Actions / JUnit Test Report failed Aug 14, 2023 in 0s

1244 tests run, 1242 passed, 1 skipped, 1 failed.

Annotations

Check failure on line 1 in TestRoomEdit

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestRoomEdit.test_get_no_room

AssertionError: Expected '/facilities/room/999/create' to redirect, got status 404 NOT FOUND
Raw output
tests/frontend/test_facilities.py:256: in test_get_no_room
    client.assert_url_redirects(url_for(ep, room_id=999))
E   AssertionError: Expected '/facilities/room/999/create' to redirect, got status 404 NOT FOUND