diff --git a/dialogflow/system-test/list-session-entity-types.test.js b/dialogflow/system-test/list-session-entity-types.test.js index afc70183416..56c9c38df35 100644 --- a/dialogflow/system-test/list-session-entity-types.test.js +++ b/dialogflow/system-test/list-session-entity-types.test.js @@ -68,7 +68,7 @@ describe('list session entity types', () => { const output = exec(`${cmd} list-session-entity-types -s ${sessionId}`); assert.include(output, sessionId); assert.include(output, displayName); - assert.include(output, '2'); + assert.include(output, 'Number of entities'); }); after('delete the created entity type', async () => {