Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed May 28, 2021
1 parent 73290ea commit 0ac4fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0/v3/test/management/test_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_get_job_results(self, mock_rc):
mock_instance = mock_rc.return_value

j = Jobs(domain='domain', token='jwttoken')
j.get('an-id')
j.get_results('an-id')

# Should use the 'get by id' URL
mock_instance.get.assert_called_with(
Expand Down

0 comments on commit 0ac4fd0

Please sign in to comment.