Skip to content

Commit 6cb11da

Browse files
authored
Update test_execution_id.py
1 parent 7eb767c commit 6cb11da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_execution_id.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def test_user_function_can_retrieve_execution_id_from_header():
3838
"Function-Execution-Id": TEST_EXECUTION_ID,
3939
"Content-Type": "application/json",
4040
},
41-
json={"delay": 1},
4241
)
4342

4443
assert resp.get_json()["execution_id"] == TEST_EXECUTION_ID
@@ -56,7 +55,6 @@ def test_uncaught_exception_in_user_function_sets_execution_id(capsys, monkeypat
5655
"Function-Execution-Id": TEST_EXECUTION_ID,
5756
"Content-Type": "application/json",
5857
},
59-
json={"delay": "not-a-valid-int-and-will-raise-an-exception"},
6058
)
6159
assert resp.status_code == 500
6260
record = capsys.readouterr()

0 commit comments

Comments
 (0)