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

Skip to content

Commit 7ddc4a0

Browse files
committed
tests: Update tests
1 parent a191e83 commit 7ddc4a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

auth0/v3/test/management/test_roles.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ def test_list_users(self, mock_rc):
111111
self.assertEqual(kwargs['params'], {
112112
'per_page': 50,
113113
'page': 1,
114-
'include_totals': 'false'
114+
'include_totals': 'false',
115+
'from': None,
116+
'take': None
115117
})
116118

117119
u.list_users(id='an-id', from_param=8675309, take=75)

0 commit comments

Comments
 (0)