Skip to content

Commit 96fc83a

Browse files
committed
test: update test to match changes
1 parent e282561 commit 96fc83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/requestWrapper.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('requestwrapper', () => {
4242
`watson-apis-node-sdk-${pjson.version} ${os.platform()} ${os.release()} ${process.version}`
4343
);
4444
expect(req.headers['X-IBMCloud-SDK-Analytics']).toBe(
45-
'service_name=conversation;service_version=v1;operation_id=listIntents,async=true'
45+
'service_name=conversation;service_version=v1;operation_id=listIntents;async=true'
4646
);
4747
});
4848
});

0 commit comments

Comments
 (0)