diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index bbd2c9682..a97eec4f6 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -65,7 +65,6 @@ def test_robots(client_request): ("endpoint", "kwargs"), [ ("sign_in", {}), - ("register", {}), pytest.param("index", {}, marks=pytest.mark.xfail(raises=AssertionError)), ], )