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.
1 parent 68e9412 commit 9bc1504Copy full SHA for 9bc1504
tests/test_queries.py
@@ -451,7 +451,7 @@ def testIssue115Limit(self):
451
json_str = self.captureQueryMain(args)
452
json_data = json.loads(json_str)
453
if debug:
454
- print(json.dumps(json_data, indent=2))
+ print(json.dumps(json_data, indent=2,default=str))
455
print(len(json_data))
456
self.assertEqual(limit, len(json_data))
457
0 commit comments