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 c3301de commit f0420cfCopy full SHA for f0420cf
tests/test_template.py
@@ -23,7 +23,7 @@ def test_get_templates(self):
23
# Success response
24
responses.add(
25
responses.GET,
26
- '{}/sample/v1/templates/quotaplan/{}/{}'.format(BASE_HOST,'US','en'),
+ '{}/sample/v1/templates/quotaplan/{}/{}'.format(BASE_HOST, 'US', 'en'),
27
json=options_json,
28
status=200)
29
self.api.get_templates('US', 'en')
0 commit comments