-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
When I run with --dry-run the _create and _update methods fail
markdown-to-confluence/confluence.py
Line 107 in 8ce8d5d
| return {} |
The following expects:
markdown-to-confluence/confluence.py
Line 323 in 8ce8d5d
| page_id = response['id'] |
markdown-to-confluence/confluence.py
Line 324 in 8ce8d5d
| page_url = urljoin(self.api_url, response['_links']['webui']) |
and
markdown-to-confluence/confluence.py
Line 401 in 8ce8d5d
| page_url = urljoin(self.api_url, response['_links']['webui']) |
Expect the id and _links key to exist
Metadata
Metadata
Assignees
Labels
No labels