bmcweb: srcrev bump 5600f024ed..b5a10a22db

Ed Tanous (2):
      Fix const correctness on http Response object
      Fix const correctness issues

Nan Zhou (3):
      test treewide: apply namespace best practice
      test treewide: apply test names best practices
      redfish-core tests: use matcher correctly

Change-Id: I3d63af20cee4e488fca2eb4c330d69df92c068ff
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index d076870..41a1b14 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "5600f024edd6be65c58b3664ac48f8103d943ea1"
+SRCREV = "b5a10a22db6f44c7a96cc2912e1b57db439e77fc"
 
 S = "${WORKDIR}/git"