From c48b6aa03bd5c528a1b076bcd58f064ca9d8fde9 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Tue, 15 Oct 2024 00:58:30 +0400 Subject: [PATCH] test branch for ci --- tests/zont_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zont_device.py b/tests/zont_device.py index 3499f19..1758331 100644 --- a/tests/zont_device.py +++ b/tests/zont_device.py @@ -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()