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 cf980b1 commit bd5676aCopy full SHA for bd5676a
amadeus/safety/__init__.py
specs/namespaces/namespaces_spec.py
@@ -118,6 +118,10 @@
118
expect(client.booking.flight_order('123').get).not_to(be_none)
119
expect(client.booking.flight_order('123').delete).not_to(be_none)
120
121
+ expect(client.safety.safety_rated_locations.by_square.get).not_to(be_none)
122
+ expect(client.safety.safety_rated_location('Q930402719').get).not_to(
123
+ be_none)
124
+
125
with it('should define all expected .delete methods'):
126
client = self.client
127
0 commit comments