markdown-to-confluence icon indicating copy to clipboard operation
markdown-to-confluence copied to clipboard

--dry-run fails

Open robbrad opened this issue 3 years ago • 0 comments

When I run with --dry-run the _create and _update methods fail

https://github.com/duo-labs/markdown-to-confluence/blob/8ce8d5d788981f5cab02122d0177ab56d8a3e8e2/confluence.py#L107 returns {}

The following expects: https://github.com/duo-labs/markdown-to-confluence/blob/8ce8d5d788981f5cab02122d0177ab56d8a3e8e2/confluence.py#L323

https://github.com/duo-labs/markdown-to-confluence/blob/8ce8d5d788981f5cab02122d0177ab56d8a3e8e2/confluence.py#L324

and

https://github.com/duo-labs/markdown-to-confluence/blob/8ce8d5d788981f5cab02122d0177ab56d8a3e8e2/confluence.py#L401

Expect the id and _links key to exist

robbrad avatar Feb 07 '22 19:02 robbrad