From a4d19648b2fef10538ea66b9240f8e3952cf8f48 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 18 Jun 2025 15:14:53 -0700 Subject: [PATCH] pytest --- tests/app/main/views/test_index.py | 1 - 1 file changed, 1 deletion(-) 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)), ], )