Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Aug 31, 2017
1 parent ecf5031 commit c6c7cb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/managers/test_UserManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def test_serializers(self):
self.assertIsInstance(serialized['nice_total_disk_usage'], string_types)
self.assertIsInstance(serialized['quota_percent'], (type(None), float))
self.assertIsInstance(serialized['tags_used'], list)
self.assertIsInstance(serialized['has_requests'], bool)

self.log('serialized should jsonify well')
self.assertIsJsonifyable(serialized)
Expand Down

0 comments on commit c6c7cb8

Please sign in to comment.