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 bfa0e38 commit 095210bCopy full SHA for 095210b
test/get-data.js
@@ -166,7 +166,6 @@ describe('oc-client : getData', function () {
166
expect(spy.args[0][0].data).toEqual(
167
'{"components":[{"name":"myComponent","version":"6.6.6","parameters":{"name":"evil"}}]}'
168
);
169
- expect(spy.args[0][0].dataType).toEqual('json');
170
expect(spy.args[0][0].headers['Content-Type']).toEqual(
171
'application/json'
172
0 commit comments