Skip to content

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Orru <simone.orru@secomind.com>
  • Loading branch information
sorru94 committed Sep 21, 2023
1 parent bbff359 commit 6a0ff16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_device_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,9 @@ def test_send(self, mock_get_interface, mock_bson_dumps, mock_db_store, mock_mqt
@mock.patch.object(AstarteDatabaseSQLite, "store_prop")
@mock.patch("astarte.device.device_mqtt.bson.dumps")
@mock.patch.object(Introspection, "get_interface")
def test_send_zero_is_ok(self, mock_get_interface, mock_bson_dumps, mock_db_store, mock_mqtt_publish):
def test_send_zero_is_ok(
self, mock_get_interface, mock_bson_dumps, mock_db_store, mock_mqtt_publish
):
device = self.helper_initialize_device(loop=None)

mock_interface = mock.MagicMock()
Expand Down

0 comments on commit 6a0ff16

Please sign in to comment.