Skip to content

Commit 130bbdd

Browse files
committed
Remove erroneous print
1 parent 7181816 commit 130bbdd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auth0/test/authentication/test_get_token.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ def test_connection_loginwith_login_hint(self, mock_post):
380380

381381
args, kwargs = mock_post.call_args
382382

383-
print(kwargs["data"])
384-
385383
self.assertEqual(args[0], "https://my.domain.com/oauth/token")
386384
self.assertEqual(
387385
kwargs["data"],

0 commit comments

Comments
 (0)