Skip to content

Commit 60b6bdb

Browse files
committed
fix test
1 parent ff47de0 commit 60b6bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specs/namespaces/test_namespaces.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ def test_analytics_itinerary_price_metrics_get(client_setup):
522522
'/v1/analytics/itinerary-price-metrics', a='b'
523523
)
524524

525+
525526
def test_duty_of_care_diseases_covid19_report_get(client_setup):
526527
client_setup.duty_of_care.diseases.covid19_report.get(a='b')
527528
client_setup.get.assert_called_with(

0 commit comments

Comments
 (0)