We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hello
1 parent b9c5a38 commit 4929a3dCopy full SHA for 4929a3d
test.py
@@ -30,7 +30,7 @@ def test_status(self):
30
def test_hello(self):
31
"""test hello instance"""
32
result = self.loklak.hello()
33
- self.assertEqual(result, {u'status': u'ok'})
+ self.assertEqual(result['status'], u'ok')
34
35
def test_geocode(self):
36
"""test geological features"""
0 commit comments