Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ac4fd0

Browse files
committed
fix tests
1 parent 73290ea commit 0ac4fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/v3/test/management/test_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_get_job_results(self, mock_rc):
3838
mock_instance = mock_rc.return_value
3939

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

4343
# Should use the 'get by id' URL
4444
mock_instance.get.assert_called_with(

0 commit comments

Comments
 (0)