Skip to content

Commit ef8f62a

Browse files
committed
chore: remove unused no-op mock and finalize PR logic
Signed-off-by: Akshat Kumar <akshat230405@gmail.com>
1 parent 74f2a14 commit ef8f62a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/unittests/cli/test_fast_api.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,12 +1413,6 @@ def test_builder_save_rejects_traversal(builder_test_client, tmp_path):
14131413
assert not (tmp_path / "app" / "tmp" / "escape.yaml").exists()
14141414

14151415

1416-
async def _noop_run_async(*args, **kwargs):
1417-
"""A mock that does nothing and yields no events for no-op resume tests."""
1418-
if False:
1419-
yield
1420-
1421-
14221416
@pytest.mark.parametrize(
14231417
"extra_payload",
14241418
[

0 commit comments

Comments
 (0)