Skip to content

Commit fa1e10a

Browse files
committed
fixing tests
1 parent c6da7e8 commit fa1e10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/base.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,8 +1358,8 @@ describe('CONVERT FUNCTION TESTS ', function() {
13581358
expect(conversionResult.output[0].data).to.have.property('info');
13591359
expect(conversionResult.output[0].data).to.have.property('item');
13601360
expect(conversionResult.output[0].data.item.length).to.equal(1);
1361-
expect(conversionResult.output[0].data.auth.oauth1[0].value).to.equal('{{oauth_10_consumer_key}}');
1362-
expect(conversionResult.output[0].data.auth.oauth1[1].value).to.equal('{{oauth_10_consumer_secret}}');
1361+
expect(conversionResult.output[0].data.auth.oauth1[0].value).to.equal('{{consumer_secret}}');
1362+
expect(conversionResult.output[0].data.auth.oauth1[1].value).to.equal('{{consumer_key}}');
13631363
done();
13641364
});
13651365
});

0 commit comments

Comments
 (0)