This commit is contained in:
Beverly Nguyen
2025-06-18 15:14:53 -07:00
parent 775a14583d
commit a4d19648b2

View File

@@ -65,7 +65,6 @@ def test_robots(client_request):
("endpoint", "kwargs"),
[
("sign_in", {}),
("register", {}),
pytest.param("index", {}, marks=pytest.mark.xfail(raises=AssertionError)),
],
)