File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ def caplog(caplog):
213213
214214
215215@pytest .fixture (autouse = True )
216- def leave_no_artifacts_behind ():
216+ def leave_no_artifacts_behind (cleanup_lightning_ports ):
217217 """Checks that no artifacts are left behind after the test."""
218218 tests_root = Path (__file__ ).parent .parent
219219 # Ignore the __pycache__ directories
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ def single_process_pg():
341341
342342
343343@pytest .fixture (autouse = True )
344- def leave_no_artifacts_behind ():
344+ def leave_no_artifacts_behind (cleanup_lightning_ports ):
345345 """Checks that no artifacts are left behind after the test."""
346346 tests_root = Path (__file__ ).parent .parent
347347 # Ignore the __pycache__ directories
You can’t perform that action at this time.
0 commit comments