Skip to content

Commit c0a1ed1

Browse files
committed
Fix indentation of file clear in tests
1 parent 9c9d069 commit c0a1ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def create_test_run(request, prevent_script_exit) -> typing.Generator[typing.Tup
147147
for alert_id in _test_run_data.get("alert_ids", []):
148148
with contextlib.suppress(ObjectNotFoundError):
149149
sv_api_obj.Alert(identifier=alert_id).delete()
150-
clear_out_files()
150+
clear_out_files()
151151

152152

153153
@pytest.fixture

0 commit comments

Comments
 (0)