Skip to content

Commit

Permalink
remove stray attr
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Dec 20, 2024
1 parent 2f87f4c commit f6e25fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def mock_modules_apart_config(monkeypatch):
monkeypatch.setattr(main, 'Server', MockServer)
monkeypatch.setattr(main, 'Camera', MockCamera)
monkeypatch.setattr(main, 'WAIT_AFTER_CAMERA_FAIL', 1)
monkeypatch.setattr(server.server, 'RANDOM_UPLOAD_INTERVAL', 0)
monkeypatch.setattr(utils, "sleep", lambda *a, **k: None)


Expand Down

0 comments on commit f6e25fd

Please sign in to comment.