Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeyOlivier committed Jul 8, 2024
1 parent 631739f commit 442a1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubular/tests/test_edx_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def setUp(self):
'the_client_secret'
)

@patch.object(edx_api.DemographicsApi, 'retire_learner')
@patch.object(edx_api.CommerceCoordinatorApi, 'retire_learner')
def test_retire_learner(self, mock_method):
json_data = {
'lms_user_id': get_fake_user_retirement()['user']['id']
Expand Down

0 comments on commit 442a1a5

Please sign in to comment.