Skip to content

Commit 0e48ad2

Browse files
author
Kevin Kim
committed
Format
1 parent 459226c commit 0e48ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_client_errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def test_semantic_error(client):
4141
client.execute("query {bbb {id}}", check_naming=False)
4242
assert excinfo.value.message.startswith("Cannot query field \"bbb\"")
4343

44+
4445
@pytest.mark.skip("failing with unreachable network")
4546
def test_timeout_error(client, project):
4647
time.sleep(60) #Fails to connect if we don't wait

0 commit comments

Comments
 (0)