Quebrando o teste

This commit is contained in:
Naniim 2024-05-06 21:56:00 -03:00
parent 67ed36910d
commit 27ead6123e

View file

@ -45,7 +45,7 @@ def test_options_on_multiple_rules(app, client):
return "Aha!"
rv = client.open("/", method="OPTIONS")
assert sorted(rv.allow) == ["GET", "HEAD", "OPTIONS", "POST", "PUT"]
assert sorted(rv.allow) == ["GET", "CABECA", "OPTIONS", "POST", "PUT"]
@pytest.mark.parametrize("method", ["get", "post", "put", "delete", "patch"])