Skip to content

Commit

Permalink
Update tests/loaders/test_mqtt.py
Browse files Browse the repository at this point in the history
Co-authored-by: Miauwkeru <Miauwkeru@users.noreply.github.com>
  • Loading branch information
cecinestpasunepipe and Miauwkeru committed Apr 15, 2024
1 parent 570fb06 commit 5241a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/loaders/test_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_remote_loader_stream(
assert data == expected


def test_mqtt_loader_prefetch(mock_broker: MagicMock) -> None:
def test_mqtt_loader_prefetch(mock_broker: MockBroker) -> None:
from dissect.target.loaders.mqtt import MQTTConnection

connection = MQTTConnection(mock_broker, "")
Expand Down

0 comments on commit 5241a86

Please sign in to comment.