From 6a842d42ec8b29f2595d9f3d115c3992a3afcc01 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Mon, 13 Apr 2020 10:28:45 -0700 Subject: [PATCH] chore: don't enforce count (#582) Co-authored-by: Justin Beckwith --- dialogflow/system-test/list-session-entity-types.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () => {