Skip to content

Commit

Permalink
DPAT-1711 remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao2 committed Nov 3, 2023
1 parent 0d31143 commit 811d973
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api/test_auth0.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
)
Expand Down

0 comments on commit 811d973

Please sign in to comment.