diff --git a/src/viralhostrange/viralhostrangedb/tests/test_commands.py b/src/viralhostrange/viralhostrangedb/tests/test_commands.py index e9b394ff4991428dab4c2ad11a6cce1add6c4768..dc4e4fadbf39d981742905820df3a943b6639027 100644 --- a/src/viralhostrange/viralhostrangedb/tests/test_commands.py +++ b/src/viralhostrange/viralhostrangedb/tests/test_commands.py @@ -30,8 +30,7 @@ class NoErrorImportationObserver(business_process.MessageImportationObserver): def notify_response_error(self, virus, host, response_str): raise ResponseException( "[ImportErr2] " + - "Could not import response \"%(response)s\" for virus \"%(virus)s\", host\"%(host)s\", " - "replacing it with \"%(rpl)s\"" % dict( + "Could not import response \"%(response)s\" for virus \"%(virus)s\", host\"%(host)s\"" % dict( response=str(response_str), virus=str(virus), host=str(host),