Skip to content

Commit

Permalink
Include integration test for DepartureComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
bartek committed Apr 14, 2015
1 parent 356e7c6 commit 7cf4417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_live_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
Continent,
Country,
Departure,
DepartureComponent,
Itinerary,
Feature,
FeatureCategory,
Expand Down Expand Up @@ -86,6 +87,7 @@ class LiveAPITestCase(TestCase):
(Activity, 4486),
(Country, 'CA'),
(Departure, 419504),
(DepartureComponent, 3983802),
(Itinerary, 978),
(Language, '250'),
(Promotion, 18336),
Expand Down

0 comments on commit 7cf4417

Please sign in to comment.