tests: keys are no longer added to the dict

pull/11902/head
Matthias 10 months ago committed by GitHub
parent 3465f35d75
commit 822dce09b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1603,5 +1603,5 @@ def test_remove_exchange_credentials(default_conf) -> None:
remove_exchange_credentials(conf["exchange"], True)
assert conf["exchange"]["key"] == ""
assert conf["exchange"]["secret"] == ""
assert conf["exchange"]["password"] == ""
assert conf["exchange"]["uid"] == ""
assert conf["exchange"].get("password", "") == ""
assert conf["exchange"].get("uid", "") == ""

Loading…
Cancel
Save