Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 committed Oct 16, 2024
1 parent 704844c commit 37da3e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions commerce_coordinator/apps/lms/tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'course_mode': 'verified',
'date_placed': _INIT_DATE,
'edx_lms_user_id': 4,
'edx_lms_user_name': 'test-user',
'email_opt_in': False,
'order_number': '61ec1afa-1b0e-4234-ae28-f997728054fa',
'order_id': '61ec1afa-1b0e-4234-ae28-f997728054fa',
Expand Down
1 change: 1 addition & 0 deletions commerce_coordinator/apps/lms/tests/test_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class FulfillOrderPlacedSendEnrollInCourseTest(CoordinatorSignalReceiverTestCase
'course_mode': 2,
'date_placed': 3,
'edx_lms_user_id': 4,
'edx_lms_user_name': "test_user",
'email_opt_in': 5,
'order_number': 6,
'order_id': 7,
Expand Down
1 change: 1 addition & 0 deletions commerce_coordinator/apps/lms/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def unpack_for_uut(values):
values['course_mode'],
values['date_placed'],
values['edx_lms_user_id'],
values['edx_lms_user_name'],
values['email_opt_in'],
values['order_number'],
values['order_id'],
Expand Down

0 comments on commit 37da3e0

Please sign in to comment.