Skip to content

Commit

Permalink
fix: revert change made by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhynes committed Jan 18, 2024
1 parent 00a5d96 commit 7cb44c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openedx/core/djangoapps/credentials/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def test_happy_path(self, mock_get_api_client):

assert mock_get_api_client.call_count == 1
assert mock_get_api_client.call_args[0] == (self.user,)

assert api_client.post.call_count == 1
self.assertDictEqual(api_client.post.call_args[1]['data'], {
'username': 'user',
Expand Down

0 comments on commit 7cb44c5

Please sign in to comment.