From 451ee2ce3620fd75225cfe55e6dfa0dcfca73fd0 Mon Sep 17 00:00:00 2001 From: Hombach Date: Tue, 19 Nov 2024 20:41:54 +0100 Subject: [PATCH] 4.2.3 --- test/integration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration.js b/test/integration.js index f46ef0d5..7dbe0d8a 100644 --- a/test/integration.js +++ b/test/integration.js @@ -3,5 +3,5 @@ const { tests } = require("@iobroker/testing"); // Run integration tests - See https://github.com/ioBroker/testing for a detailed explanation and further options tests.integration(path.join(__dirname, ".."), { - allowedExitCodes: [11], + allowedExitCodes: [2], });