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 e282561 commit 96fc83aCopy full SHA for 96fc83a
test/unit/requestWrapper.test.js
@@ -42,7 +42,7 @@ describe('requestwrapper', () => {
42
`watson-apis-node-sdk-${pjson.version} ${os.platform()} ${os.release()} ${process.version}`
43
);
44
expect(req.headers['X-IBMCloud-SDK-Analytics']).toBe(
45
- 'service_name=conversation;service_version=v1;operation_id=listIntents,async=true'
+ 'service_name=conversation;service_version=v1;operation_id=listIntents;async=true'
46
47
});
48
0 commit comments