Skip to content
Snippets Groups Projects
Commit f7713400 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

tests/pipeline/preflight-error: Fixing typo in error string formatting

parent 1598d35e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment