mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fix weird format syntax
This commit is contained in:
parent
9855b6d7f5
commit
37d43d1bdf
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ def test_actions_map_import_error(mocker):
|
|||
with pytest.raises(MoulinetteError) as exception:
|
||||
amap.process({}, timeout=30, route=("GET", "/test-auth/none"))
|
||||
|
||||
expected_msg = "unable to load function {: }.{} because: {}".format(
|
||||
expected_msg = "unable to load function {}.{} because: {}".format(
|
||||
"moulitest",
|
||||
"testauth_none",
|
||||
"Yoloswag",
|
||||
|
|
Loading…
Add table
Reference in a new issue