You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix nested ShouldProcess prompts; harden attachment-delete integration test
- Connect/Disconnect-Confluence: pass -Confirm:$false to the internal Set-ConfluenceConfig call so -Confirm does not raise a second nested confirmation prompt (review threads on Connect L136 / Disconnect L40).
- tests: use IsNullOrWhiteSpace for the integration skip guard so a whitespace-only CONFLUENCE_* variable is treated as missing (review thread on L113).
- tests: retry Remove-ConfluenceAttachment on transient HTTP 409 (conflict deleting attachment) to absorb Confluence Cloud eventual consistency; fixes the flaky Test-Confluence (Windows) CI failure.
0 commit comments