mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fix broken test due to change in function name
This commit is contained in:
parent
53ab4709d1
commit
9b475f092e
1 changed files with 1 additions and 1 deletions
|
@ -83,5 +83,5 @@ def test_actions_map_unknown_authenticator(monkeypatch, tmp_path):
|
|||
|
||||
amap = ActionsMap(BaseActionsMapParser)
|
||||
with pytest.raises(ValueError) as exception:
|
||||
amap.get_authenticator(profile='unknown')
|
||||
amap.get_authenticator_for_profile('unknown')
|
||||
assert 'Unknown authenticator' in str(exception)
|
||||
|
|
Loading…
Reference in a new issue