Skip to content

Commit 9db09d3

Browse files
authored
fix(ci-insights): Remove extra whitespace in flaky detection report (#251)
1 parent 3715608 commit 9db09d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mergify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def pytest_terminal_summary(
5858
terminalreporter.write_line(self.mergify_ci.flaky_detector.make_report())
5959
elif self.mergify_ci.flaky_detector_error_message:
6060
terminalreporter.write_line(
61-
f"""⚠️ Flaky detection couldn't be enabled because of an error.
61+
f"""⚠️ Flaky detection couldn't be enabled because of an error.
6262
6363
Common issues:
6464
• Your 'MERGIFY_TOKEN' might not be set or could be invalid

0 commit comments

Comments
 (0)