Skip to content

Commit

Permalink
PAPP-33712 - update path in validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mctonderski-splunk committed Jul 12, 2024
1 parent 66d7b54 commit e43ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def _list_projects(self, param):

def _get_base_url_from_url_path(self, url):
parsed_url = urlparse(url)
return f"{parsed_url.scheme}://{parsed_url.netloc}"
return f"{parsed_url.scheme}://{parsed_url.netloc}/"

def _update_base_url_in_url_path(self, url, new_base):
parsed_url = urlparse(url)
Expand Down

0 comments on commit e43ab0b

Please sign in to comment.