tests: adjust an assertion on a planitec label (#32189)

This commit is contained in:
Emmanuel Cazenave 2019-04-19 11:55:29 +02:00
parent f4c7c2f685
commit 7554e021a2
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ def test_login(connector):
with HTTMock(planitech_mock):
with pytest.raises(APIError) as excinfo:
connector._login()
assert str(excinfo.value) == 'Authentication to Planitech failed: Bad news'
assert str(excinfo.value) == 'Authentication to Planitec failed: Bad news'
def test_update_reservation(app, connector, monkeypatch):