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

Skip to content

Commit 0f82f78

Browse files
queenvictorialbalmaceda
authored andcommitted
Update organisations tests with correct params.
1 parent e495f0e commit 0f82f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/v3/test/management/test_organizations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_get_organization_by_name(self, mock_rc):
4646
args, kwargs = mock_instance.get.call_args
4747

4848
self.assertEqual('https://domain/api/v2/organizations/name/test-org', args[0])
49-
self.assertEqual(kwargs['params'], {'name': 'test-org'})
49+
self.assertEqual(kwargs['params'], {})
5050

5151
@mock.patch('auth0.v3.management.organizations.RestClient')
5252
def test_get_organization(self, mock_rc):

0 commit comments

Comments
 (0)