From f2fcc1399bfa69ee74eb9d6ca6d3c4c979016480 Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Sat, 1 Jan 2022 21:47:11 +0900 Subject: [PATCH] trivial: Add a white space in an error message Change-Id: I0ddafc2bb5cbe904b04cea020a65c5ad4c249776 Signed-off-by: Takashi Natsume --- nova/tests/fixtures/notifications.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/tests/fixtures/notifications.py b/nova/tests/fixtures/notifications.py index c46b3a919d..54d6fc3407 100644 --- a/nova/tests/fixtures/notifications.py +++ b/nova/tests/fixtures/notifications.py @@ -170,8 +170,8 @@ class FakeVersionedNotifier(FakeNotifier): 'test case which is different from the currently running test ' 'case %s. This notification is ignored. The sender test case ' 'probably leaked a running eventlet that emitted ' - 'notifications after the test case finished. Now this eventlet' - 'is terminated by raising this exception.' % + 'notifications after the test case finished. Now this ' + 'eventlet is terminated by raising this exception.' % (event_type, sender_test_case_id, self.test_case_id)) payload = self._serializer.serialize_entity(ctxt, payload)