From 37d43d1bdfe43b1af6c0b9cd04c7cbed106cf83d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 29 Dec 2021 00:40:01 +0100 Subject: [PATCH] Fix weird format syntax --- test/test_actionsmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_actionsmap.py b/test/test_actionsmap.py index 87f7ae17..02cf8166 100644 --- a/test/test_actionsmap.py +++ b/test/test_actionsmap.py @@ -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",