From 1c0fe49436eb9999e7b5d69e1f486057b4c63fdb Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 15 Jan 2025 10:13:09 +0100 Subject: [PATCH] update functional tests --- test/functional/config-test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional/config-test.js b/test/functional/config-test.js index f312e3d3a..c697db188 100644 --- a/test/functional/config-test.js +++ b/test/functional/config-test.js @@ -64,7 +64,8 @@ config.iota = { providerUrl: 'http://localhost:4041', deviceRegistrationDuration: 'P1M', defaultType: 'Thing', - defaultResource: '/iot/json' + defaultResource: '/iot/json', + useCBflowControl: true }; config.defaultKey = '1234';