We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1246a9 commit ed42827Copy full SHA for ed42827
src/tests/http/test_http.py
@@ -35,10 +35,5 @@ async def test_the_http_handler_uses_the_views_decode_json_method(
35
async def test_does_allow_http_options(
36
http_client: HttpClient,
37
):
38
- from .clients.chalice import ChaliceHttpClient
39
-
40
- if isinstance(http_client, ChaliceHttpClient):
41
- pytest.xfail("chalice doesn't support options requests")
42
43
response = await http_client.request(url="/graphql", method="options")
44
assert response.status_code in (200, 204)
0 commit comments