Headers a reset after each request, which makes sense, but in most API calls header values are always the same (like a basic auth header or content type). It would significantly DRY up tests to allow for default headers to get set that bypass the need to say "I send and accept JSON" and other header settings.
Headers a reset after each request, which makes sense, but in most API calls header values are always the same (like a basic auth header or content type). It would significantly DRY up tests to allow for default headers to get set that bypass the need to say "I send and accept JSON" and other header settings.