diff --git a/test/test_Http.py b/test/test_Http.py index d87a4ccb8..6b5153af7 100644 --- a/test/test_Http.py +++ b/test/test_Http.py @@ -82,6 +82,7 @@ class HttpTest(PluginTestCase, PluginDocumentation): self.assertNotError('weather London, UK') self.assertNotError('weather Munich, de') self.assertNotError('weather Tucson, AZ') + self.assertError('weather hell') def testKernel(self): self.assertNotError('kernel')