Skip to content

Commit

Permalink
test branch for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator committed Oct 14, 2024
1 parent 3e4ab59 commit c48b6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zont_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def test_update_device_with_api_exception(mock_requests, caplog):
assert isinstance(zapi, ZontAPI)
devices = zapi.get_devices()
assert len(devices) == 1
assert devices[0].id == 42
assert devices[0].id == 43
assert isinstance(devices[0].api, ZontAPI)

mock_response = MagicMock()
Expand Down

0 comments on commit c48b6aa

Please sign in to comment.