Skip to content

Commit

Permalink
Merge pull request #127 from Rosi2143/master
Browse files Browse the repository at this point in the history
adapt test_config to SingleKeyID
  • Loading branch information
Rosi2143 authored May 10, 2024
2 parents 0f2e401 + f7ba2bf commit e796ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_indego.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e796ddf

Please sign in to comment.