Skip to content

Fix GitHub Actions workflow failure#50

Merged
sandervanhooft merged 2 commits intomainfrom
claude/fix-github-actions-CA44o
Jan 7, 2026
Merged

Fix GitHub Actions workflow failure#50
sandervanhooft merged 2 commits intomainfrom
claude/fix-github-actions-CA44o

Conversation

@sandervanhooft
Copy link
Copy Markdown
Contributor

The test stubs incorrectly used boolean true for allowed_document_types, but the Moneybird API returns an array of strings (e.g., ["sales_invoice", "purchase_invoice"]). Updated stubs to match the actual API response format.

claude added 2 commits January 7, 2026 10:37
The test stubs incorrectly used boolean `true` for allowed_document_types,
but the Moneybird API returns an array of strings (e.g., ["sales_invoice",
"purchase_invoice"]). Updated stubs to match the actual API response format.
The rate limiter middleware runs even for mocked requests, causing
tests to fail after hitting the 150 request limit. Disabling rate
limiting for mocked clients ensures tests run reliably.
@sandervanhooft sandervanhooft merged commit 7247ed9 into main Jan 7, 2026
12 checks passed
@sandervanhooft sandervanhooft deleted the claude/fix-github-actions-CA44o branch January 7, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants