Skip to content

Commit 095210b

Browse files
fix test
1 parent bfa0e38 commit 095210b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/get-data.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ describe('oc-client : getData', function () {
166166
expect(spy.args[0][0].data).toEqual(
167167
'{"components":[{"name":"myComponent","version":"6.6.6","parameters":{"name":"evil"}}]}'
168168
);
169-
expect(spy.args[0][0].dataType).toEqual('json');
170169
expect(spy.args[0][0].headers['Content-Type']).toEqual(
171170
'application/json'
172171
);

0 commit comments

Comments
 (0)