Skip to content

Commit

Permalink
Remove testing of Checkin. Is a private resource
Browse files Browse the repository at this point in the history
  • Loading branch information
bartek committed Sep 30, 2016
1 parent 38a3279 commit 3a69683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gapipy/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
'Itinerary',
'Promotion',
'SingleSupplement',
'Checkin',
'Tour',
'TourCategory',
'TourDossier',
Expand Down Expand Up @@ -115,6 +114,7 @@
'AgencyChain',
'Agent',
'Booking',
'Checkin',
'Customer',
'DeclinedReason',
'DepartureService',
Expand Down
2 changes: 0 additions & 2 deletions tests/test_live_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
Activity,
ActivityDossier,
Airport,
Checkin,
Continent,
Country,
CountryDossier,
Expand Down Expand Up @@ -91,7 +90,6 @@ class LiveAPITestCase(TestCase):
resources = [
(Accommodation, 54),
(Activity, 4486),
(Checkin, 'f17a0.11d22a09fd89750ca4157f4f866b8413c61c0c7b1ac88f'),
(Country, 'CA'),
(Departure, 419504),
(DepartureComponent, '55_3983802'),
Expand Down

0 comments on commit 3a69683

Please sign in to comment.