diff --git a/snapshot_manager/snapshot_manager/build_status.py b/snapshot_manager/snapshot_manager/build_status.py index f4b024d3..1750fc0d 100644 --- a/snapshot_manager/snapshot_manager/build_status.py +++ b/snapshot_manager/snapshot_manager/build_status.py @@ -96,7 +96,7 @@ class BuildState: def render_as_markdown(self) -> str: """Return an HTML string representation of this Build State to be used in a github issue""" - link = f'build log, contribute to log-detective' + link = f'build log, contribute to log-detective' if self.url_build_log is None: link = f'build page' return f""" diff --git a/snapshot_manager/tests/build_status_test.py b/snapshot_manager/tests/build_status_test.py index 146025b6..e59093ab 100644 --- a/snapshot_manager/tests/build_status_test.py +++ b/snapshot_manager/tests/build_status_test.py @@ -102,7 +102,7 @@ def test_render_as_markdown(self): expected = """
-foo on fedora-40-x86_64 (see build log, contribute to log-detective) +foo on fedora-40-x86_64 (see build log, contribute to log-detective) This is the context for the error
@@ -153,42 +153,42 @@ def test_render_as_markdown(self): expected = """