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 b9bf601 commit dd0d774Copy full SHA for dd0d774
1 file changed
tests/test_jsontool.py
@@ -78,8 +78,8 @@ def test_unicode(self):
78
79
def test_expand_with_safe(self):
80
data = {
81
- "www.a.com":{"qps":100,"p95":20},
82
- "api.a.com":{"qps":100,"p95":20,"p99":100},
+ "www.a.com": {"qps": 100, "p95": 20},
+ "api.a.com": {"qps": 100, "p95": 20, "p99": 100},
83
}
84
expobj = expand(data, safe=True)
85
self.assertEqual(expobj['api.a.com\\.p95'], 20)
0 commit comments