diff --git a/tests/api/test_auth0.py b/tests/api/test_auth0.py index d4d22132d..3d6695c70 100644 --- a/tests/api/test_auth0.py +++ b/tests/api/test_auth0.py @@ -594,7 +594,6 @@ def _clean_string(content): call_args, call_kwargs = call actual_arg = call_args[0] - print(actual_arg["options"]["scripts"]["fetchUserProfile"]) actual_arg["options"]["scripts"]["fetchUserProfile"] = _clean_string( actual_arg["options"]["scripts"]["fetchUserProfile"] )