diff --git a/tests/gold_tests/h2/httpbin.test.py b/tests/gold_tests/h2/httpbin.test.py index d77fcc282be..11d4a518178 100644 --- a/tests/gold_tests/h2/httpbin.test.py +++ b/tests/gold_tests/h2/httpbin.test.py @@ -80,7 +80,7 @@ # TODO: when httpbin 0.8.0 or later is released, remove below json pretty print hack json_printer = ''' -python -c "import sys,json; print(json.dumps(json.load(sys.stdin), indent=2))" +python -c "import sys,json; print(json.dumps(json.load(sys.stdin), indent=2, separators=(',', ': ')))" ''' # ----