diff --git a/test/test_Http.py b/test/test_Http.py index 09aaed7fd..250e6f367 100644 --- a/test/test_Http.py +++ b/test/test_Http.py @@ -77,6 +77,10 @@ class HttpTest(PluginTestCase, PluginDocumentation): self.assertNotError('weather 43221') self.assertNotRegexp('weather Paris, FR', 'Virginia') self.assertError('weather alsdkfjasdl, asdlfkjsadlfkj') + self.assertNotError('weather London, uk') + self.assertNotError('weather London, UK') + self.assertNotError('weather Munich, de') + self.assertNotError('weather Tucson, AZ') def testKernel(self): self.assertNotError('kernel')