We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a1539 commit ade1d10Copy full SHA for ade1d10
tests/integration/connect.spec.ts
@@ -43,7 +43,8 @@ describe('Connect SDK', () => {
43
paths: [{source: '/remote/file.txt'}],
44
token: 'test-token',
45
});
46
- expect(call.args[1]).toEqual({use_absolute_destination_path: false});
+ // `allow_dialogs` explicitly overridden (https://github.com/IBM/aspera-sdk-js/issues/196).
47
+ expect(call.args[1]).toEqual({allow_dialogs: false, use_absolute_destination_path: false});
48
49
50
0 commit comments