Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit b7f47db

Browse files
committed
hotfix for missing stream only fare code
1 parent 7f5ddf8 commit b7f47db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_cart.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ def test_cant_buy_any_tickets_if_fares_are_not_available(db, user_client):
154154
@mark.parametrize(
155155
"ticket_category, expected_ticket_types",
156156
[
157-
('personal', ['TRSP', 'TRLP', 'TRTP', 'TRCP', 'TRDP', 'TRPP']),
158-
('company', ['TRSC', 'TRLC', 'TRTC', 'TRCC', 'TRDC', 'TRPC']),
159-
('student', ['TRSS', 'TRLS', 'TRTS', 'TRCS', 'TRDS', 'TRPS']),
157+
('personal', ['TRSP', 'TRLP', 'TRTP', 'TRCP', 'TRDP', 'TRPP', 'TRVP']),
158+
('company', ['TRSC', 'TRLC', 'TRTC', 'TRCC', 'TRDC', 'TRPC', 'TRVC']),
159+
('student', ['TRSS', 'TRLS', 'TRTS', 'TRCS', 'TRDS', 'TRPS', 'TRVS']),
160160
('other', ['SIM1', 'VOUPE03']),
161161
],
162162
)

0 commit comments

Comments
 (0)