tests: Removing usage of deprecated MetaInfo::TYPE_* constants

Change-Id: I475ff8e73e8a7f0478ce62e9a54654aa4ff74e41
Refs: #2128, #1993
diff --git a/tests/daemon/mgmt/face-query-status-publisher-common.hpp b/tests/daemon/mgmt/face-query-status-publisher-common.hpp
index 06d562b..a0e4070 100644
--- a/tests/daemon/mgmt/face-query-status-publisher-common.hpp
+++ b/tests/daemon/mgmt/face-query-status-publisher-common.hpp
@@ -101,7 +101,7 @@
   void
   decodeFaceStatusBlock(const Data& data)
   {
-    BOOST_REQUIRE_EQUAL(data.getContentType(), ndn::MetaInfo::TYPE_BLOB);
+    BOOST_REQUIRE_EQUAL(data.getContentType(), tlv::ContentType_Blob);
 
     Block payload = data.getContent();
     m_buffer.appendByteArray(payload.value(), payload.value_size());