From f7713400145f85c1c8386e552e5fc9c559a7bce3 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 23 Apr 2018 16:37:02 +0900 Subject: tests/pipeline/preflight-error: Fixing typo in error string formatting --- tests/pipeline/preflight-error/errorplugin/preflighterror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pipeline/preflight-error/errorplugin/preflighterror.py b/tests/pipeline/preflight-error/errorplugin/preflighterror.py index 59c49e012..0eee463ad 100644 --- a/tests/pipeline/preflight-error/errorplugin/preflighterror.py +++ b/tests/pipeline/preflight-error/errorplugin/preflighterror.py @@ -9,7 +9,7 @@ class PreflightErrorSource(Source): def preflight(self): # Raise a preflight error unconditionally - raise SourceError("{}: Unsatisfied requirements in preflight, raising this error", + raise SourceError("Unsatisfied requirements in preflight, raising this error", reason="the-preflight-error") def get_unique_key(self): -- cgit v1.2.1