From 775f7e22efce2ef96ef12098d95f8c0cbede7df3 Mon Sep 17 00:00:00 2001 From: Nicolas Limage <github@xephon.org> Date: Fri, 12 Aug 2016 15:45:33 +0200 Subject: [PATCH] updated tests --- test_nagplug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_nagplug.py b/test_nagplug.py index 362b088..f6db6e2 100644 --- a/test_nagplug.py +++ b/test_nagplug.py @@ -140,7 +140,7 @@ class TestMessage(unittest.TestCase): def test_simple_default(self): plugin = Plugin() - self.assertEqual(plugin.get_message(), None) + self.assertEqual(plugin.get_message(), '') def test_simple_ok(self): plugin = Plugin()