From f7ba2bf272d0d4a80f0850348d9d3fbc38a35da8 Mon Sep 17 00:00:00 2001 From: Rosi2143 Date: Fri, 10 May 2024 12:40:55 +0200 Subject: [PATCH] adapt test_config to SingleKeyID Signed-off-by: Rosi2143 --- tests/test_indego.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_indego.py b/tests/test_indego.py index 70db5ee..4524a63 100644 --- a/tests/test_indego.py +++ b/tests/test_indego.py @@ -366,7 +366,7 @@ "mow_trig": True, } -test_config = {"username": "testname", "password": "testpassword", "api_url": "", "serial": "123456789"} +test_config = {"token": "testtoken", "api_url": "", "serial": "123456789"} class AsyncMock(MagicMock):