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

Skip to content

Commit 8b594df

Browse files
committed
Corrected URL structure in test_federated_logout
1 parent bbf1dcb commit 8b594df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/v3/test/authentication/test_logout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_federated_logout(self, mock_get):
3131

3232
args, kwargs = mock_get.call_args
3333

34-
self.assertEqual(args[0], 'https://my.domain.com/v2/logout?federated&cid%rto')
34+
self.assertEqual(args[0], 'https://my.domain.com/v2/logout?federated&cid&rto')
3535
self.assertEqual(kwargs['headers'], {
3636
'Content-Type': 'application/json'
3737
})

0 commit comments

Comments
 (0)