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 b149671 commit 71a0714Copy full SHA for 71a0714
test/integration/assistant.v2.test.js
@@ -70,7 +70,7 @@ describe('assistant v2 integration', function() {
70
71
it('should deleteSession', function(done) {
72
const params = {
73
- assistant_id: auth.assistant_id,
+ assistant_id: auth.assistant.assistant_id,
74
session_id,
75
};
76
assistant.deleteSession(params, function(err, res) {
0 commit comments