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 5bdafbf commit 4115192Copy full SHA for 4115192
test/unit/base.test.js
@@ -1374,8 +1374,8 @@ describe('CONVERT FUNCTION TESTS ', function() {
1374
expect(conversionResult.output[0].data).to.have.property('info');
1375
expect(conversionResult.output[0].data).to.have.property('item');
1376
expect(conversionResult.output[0].data.item.length).to.equal(1);
1377
- expect(conversionResult.output[0].data.auth.apiKey[0].value).to.equal('{{api_key_name}}');
1378
- expect(conversionResult.output[0].data.auth.apiKey[1].value).to.equal('{{api_key}}');
+ expect(conversionResult.output[0].data.auth.apikey[0].value).to.equal('{{api_key_name}}');
+ expect(conversionResult.output[0].data.auth.apikey[1].value).to.equal('{{api_key}}');
1379
done();
1380
});
1381
0 commit comments