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 825bdfa commit 5d90587Copy full SHA for 5d90587
server/tests/routes_test.py
@@ -234,12 +234,16 @@ def test_tech_report_drilldown(client):
234
235
236
def test_tech_report_drilldown_wordpress(client):
237
- response = client.get("/reports/techreport/tech?tech=WordPress&geo=ALL&rank=ALL")
+ response = client.get(
238
+ "/reports/techreport/tech?tech=WordPress&geo=ALL&rank=ALL"
239
+ )
240
assert response.status_code == 200
241
242
243
def test_tech_report_category(client):
- response = client.get("/reports/techreport/category?geo=ALL&rank=ALL&category=CMS")
244
245
+ "/reports/techreport/category?geo=ALL&rank=ALL&category=CMS"
246
247
248
249
0 commit comments