Skip to content

Commit

Permalink
Revert "Update source.py"
Browse files Browse the repository at this point in the history
This reverts commit 10d996e.
  • Loading branch information
koconder committed Oct 5, 2022
1 parent ced87f0 commit ed56ed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def check_connection(self, logger, config) -> Tuple[bool, any]:
"""

try:
url = f"{config['domain_url']}/rest/v1/leads/describe"
url = f"{config['domain_url']}/api/v2/users"

authenticator = MarketoAuthenticator(config)

Expand Down

0 comments on commit ed56ed4

Please sign in to comment.