Skip to content

Commit

Permalink
fix: wrong unit test param
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Jan 6, 2024
1 parent c54f2c0 commit 7da938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_http_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async def test_works_no_auth(monkeypatch):
async def test_works_auth(monkeypatch):
monkeypatch.setenv(
"AWTRIX_HTTP_CLIENT_AWTRIX",
'{"base_url": "http://test.fr", "auth": "username", "password": "password"}',
'{"base_url": "http://test.fr", "username": "username", "password": "password"}',
)

AwtrixLightHttpClientSettings()

0 comments on commit 7da938b

Please sign in to comment.