diff --git a/bodhi-messages/bodhi/messages/schemas/update.py b/bodhi-messages/bodhi/messages/schemas/update.py index 100f6ac8ff..e56b6633b5 100644 --- a/bodhi-messages/bodhi/messages/schemas/update.py +++ b/bodhi-messages/bodhi/messages/schemas/update.py @@ -299,7 +299,7 @@ def __str__(self) -> str: """ new_line = "\n" return ( - f"{self.update.user.name}'s Bodhi update {self.update.alias}" + f"{self.update.user.name}'s Bodhi update {self.update.alias} " f"completed push to {self.update.status}\n" f"Builds:\n" f"{new_line.join([b.nvr for b in self.update.builds])} ") diff --git a/bodhi-messages/tests/test_update.py b/bodhi-messages/tests/test_update.py index 7a455111a7..d000a0fb23 100644 --- a/bodhi-messages/tests/test_update.py +++ b/bodhi-messages/tests/test_update.py @@ -145,7 +145,7 @@ def test_complete_testing_v1(self): "completed push to testing" ), "__str__": ( - "eclipseo's Bodhi update FEDORA-2019-d64d0caab3completed push to testing" + "eclipseo's Bodhi update FEDORA-2019-d64d0caab3 completed push to testing" "\nBuilds:\ngolang-github-SAP-go-hdb-0.14.1-1.fc29\ntexworks-0.6.3-1.fc29 " ), "app_icon": "https://apps.fedoraproject.org/img/icons/bodhi.png", diff --git a/news/5416.bug b/news/5416.bug new file mode 100644 index 0000000000..3e552035ca --- /dev/null +++ b/news/5416.bug @@ -0,0 +1 @@ +Fixed missing whitespace in "bodhi update completed push to testing"