We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf07a4 commit a9593f6Copy full SHA for a9593f6
1 file changed
test/rest/REST_test.js
@@ -150,7 +150,7 @@ describe('REST', () => {
150
})
151
152
it('should be able to parse JSON responses', async () => {
153
- await I.sendGetRequest('https://reqres.in/api/comments/1')
+ await I.sendGetRequest('https://reqres.in/api/comments/1', { 'x-api-key': 'reqres-free-v1'})
154
await jsonResponse.seeResponseCodeIsSuccessful()
155
await jsonResponse.seeResponseContainsKeys(['data', 'support'])
156
0 commit comments