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 c439a6f commit 8840c5bCopy full SHA for 8840c5b
specs/namespaces/namespaces_spec.py
@@ -85,7 +85,7 @@
85
with it('.travel.analytics.air_traffic.get'):
86
self.client.travel.analytics.air_traffic.get(a='b')
87
expect(self.client.get).to(have_been_called_with(
88
- '/v1/travel/analytics/air-traffics', a='b'
+ '/v1/travel/analytics/air-traffic', a='b'
89
))
90
91
with it('.travel.analytics.fare_searches.get'):
0 commit comments