Skip to content

Commit

Permalink
fix another import
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Feb 20, 2025
1 parent b56f4d9 commit 964fef8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/tacticalrmm/autotasks/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ def setup_instance(db):

@pytest.fixture
def mock_abulk_nats_command():
with patch(
"tacticalrmm.scheduler.abulk_nats_command", new_callable=AsyncMock
) as mock_func:
with patch("core.tasks.abulk_nats_command", new_callable=AsyncMock) as mock_func:
mock_func.return_value = None
yield mock_func

Expand Down

0 comments on commit 964fef8

Please sign in to comment.