Skip to content

Commit

Permalink
Add OverrideReason test
Browse files Browse the repository at this point in the history
  • Loading branch information
bartek committed Sep 16, 2016
1 parent 6876fd8 commit 99f8c77
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/test_live_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
DepartureComponent,
DossierFeature,
DossierSegment,
Itinerary,
Feature,
FeatureCategory,
Itinerary,
Language,
OverrideReason,
Place,
PlaceDossier,
Promotion,
Expand Down Expand Up @@ -93,17 +94,18 @@ class LiveAPITestCase(TestCase):
(Departure, 419504),
(DepartureComponent, '55_3983802'),
(DossierFeature, 4),
(Feature, 214),
(FeatureCategory, 4),
(Itinerary, 978),
(Language, '250'),
(OverrideReason, 4),
(Promotion, 18336),
(SingleSupplement, 'T419504'),
(State, 'CA-ON'),
(Tour, 21715),
(TourCategory, 15),
(TourDossier, 21715),
(Transport, 298),
(Feature, 214),
(FeatureCategory, 4),
(Timezone, 4),
(Place, 2039527),
(PlaceDossier, 711),
Expand Down

0 comments on commit 99f8c77

Please sign in to comment.