bmcweb: srcrev bump 2ae81db99a..6fb96ce33d

Ed Tanous (2):
      Update gtest to 1.14.0
      Make tests not require body interaction

Change-Id: I458b7362d18924039f5d281534c269377280a69d
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 28cd4f2..724f391 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "2ae81db99a155febe45d27e3834cfa5471b3ecdf"
+SRCREV = "6fb96ce33d221a4cfa20d156eff5a3166ecb2661"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"