Skip to content
Snippets Groups Projects
Commit cc889565 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix comment unit test

parent 2e273631
Branches
Tags
No related merge requests found
......@@ -117,7 +117,7 @@ class Testcases(unittest.TestCase):
json_content = c.json()
for k in keys:
if k not in "json_metadata" and k != 'reputation':
if k not in "json_metadata" and k != 'reputation' and k != 'active_votes':
self.assertEqual(content[k], json_content[k])
def test_resteem(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment