Skip to content

Commit ed42827

Browse files
committed
Fix tests for chalice
1 parent f1246a9 commit ed42827

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tests/http/test_http.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,5 @@ async def test_the_http_handler_uses_the_views_decode_json_method(
3535
async def test_does_allow_http_options(
3636
http_client: HttpClient,
3737
):
38-
from .clients.chalice import ChaliceHttpClient
39-
40-
if isinstance(http_client, ChaliceHttpClient):
41-
pytest.xfail("chalice doesn't support options requests")
42-
4338
response = await http_client.request(url="/graphql", method="options")
4439
assert response.status_code in (200, 204)

0 commit comments

Comments
 (0)