From 8b9166676d8e27e886a3b9626e79037b0613d4d9 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 18 Apr 2019 15:59:27 +0000 Subject: [PATCH] Update git submodules * Update mistral from branch 'master' - Merge "Fix an action execution controller test" - Fix an action execution controller test * test_get_all_with_and_without_output failed sometimes failed on Python 3.7 with a weird error coming from simplejson library: "AttributeError: 'MagicMock' object has no attribute 'items'" It seems like that the mock object used in the test got broken magically sometimes after the first use. So splitting the test into two solved the issue. Change-Id: Ic2e0ad75b666dd4c258764018dd68d0ef0b032a8 --- mistral | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral b/mistral index 279fcc5b41..6045847fe6 160000 --- a/mistral +++ b/mistral @@ -1 +1 @@ -Subproject commit 279fcc5b4136f4ca77fd49b9cf3bbf683c6ef82c +Subproject commit 6045847fe62e65edd17589e05018bf6e1300c278