Skip to content

Commit 4929a3d

Browse files
committed
Fixes hello test for Python APi
1 parent b9c5a38 commit 4929a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_status(self):
3030
def test_hello(self):
3131
"""test hello instance"""
3232
result = self.loklak.hello()
33-
self.assertEqual(result, {u'status': u'ok'})
33+
self.assertEqual(result['status'], u'ok')
3434

3535
def test_geocode(self):
3636
"""test geological features"""

0 commit comments

Comments
 (0)