We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73290ea commit 0ac4fd0Copy full SHA for 0ac4fd0
1 file changed
auth0/v3/test/management/test_jobs.py
@@ -38,7 +38,7 @@ def test_get_job_results(self, mock_rc):
38
mock_instance = mock_rc.return_value
39
40
j = Jobs(domain='domain', token='jwttoken')
41
- j.get('an-id')
+ j.get_results('an-id')
42
43
# Should use the 'get by id' URL
44
mock_instance.get.assert_called_with(
0 commit comments