trivial: Add a white space in an error message

Change-Id: I0ddafc2bb5cbe904b04cea020a65c5ad4c249776
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
This commit is contained in:
Takashi Natsume
2022-01-01 21:47:11 +09:00
parent b5029890c1
commit f2fcc1399b
+2 -2
View File
@@ -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)