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 ff47de0 commit 60b6bdbCopy full SHA for 60b6bdb
specs/namespaces/test_namespaces.py
@@ -522,6 +522,7 @@ def test_analytics_itinerary_price_metrics_get(client_setup):
522
'/v1/analytics/itinerary-price-metrics', a='b'
523
)
524
525
+
526
def test_duty_of_care_diseases_covid19_report_get(client_setup):
527
client_setup.duty_of_care.diseases.covid19_report.get(a='b')
528
client_setup.get.assert_called_with(
0 commit comments