From 31b66482ccdd825edf80575c7827c9e2fdaee10a Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Mon, 18 Feb 2019 13:29:06 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/so.git from branch 'master' to 2029fd97783776ded9d42d88dea2cc919cbed3e8 - Merge "fix sonar critical bug" - fix sonar critical bug MsoHeatUtils: remove unnecessary heatClient check for null 1. sonar assumes that heatClient is nullable and NullPointer may be thrown in line 309 2. heatClient is never null: method creates a new object or throws Exception MsoHeatUtilsTest: added tests for getHeatClient and createStack methods BaseTest: made CloudIdentity and CloudSite getters protected for other tests to use them StubOpenStack: added stubs for getStack and unsuccessful authorization removed unused imports Change-Id: Ie62c89f55d1894df48d9cc4d14760d36e96c4cb2 Issue-ID: SO-1516 Signed-off-by: k.kazak --- docs/submodules/so.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/so.git b/docs/submodules/so.git index 8ef504fa4..2029fd977 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit 8ef504fa4b7117af1138d653106c9aa328d0522a +Subproject commit 2029fd97783776ded9d42d88dea2cc919cbed3e8 -- 2.16.6