We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3715608 commit 9db09d3Copy full SHA for 9db09d3
pytest_mergify/__init__.py
@@ -58,7 +58,7 @@ def pytest_terminal_summary(
58
terminalreporter.write_line(self.mergify_ci.flaky_detector.make_report())
59
elif self.mergify_ci.flaky_detector_error_message:
60
terminalreporter.write_line(
61
- f"""⚠️ Flaky detection couldn't be enabled because of an error.
+ f"""⚠️ Flaky detection couldn't be enabled because of an error.
62
63
Common issues:
64
• Your 'MERGIFY_TOKEN' might not be set or could be invalid
0 commit comments