> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 4.17.1

**`(fix):`** Fixed wire tests generated for APIs with `auth: any` combining Basic and OAuth schemes.
Tests no longer assert both a Bearer and a Basic `Authorization` header on the same
request; only the OAuth Bearer assertion is emitted since the client sends the OAuth
token when OAuth credentials are configured.