fix typo in test program accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211028.114934 accepted/tizen/unified/20210924.132722 submit/tizen/20210923.063352 submit/tizen_6.5/20211028.162401 tizen_6.5.m2_release
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 23 Sep 2021 06:04:58 +0000 (15:04 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 23 Sep 2021 06:14:30 +0000 (15:14 +0900)
Change-Id: I360ee4d36d5ca8d0ffd0e10c00d903c7df4b5f3c

subprojects/libbeyond-peer_nn/test/unittest_peer_secured.cc

index a10a123bacde2d00403a2935db27e56c8c2b9f7b..3121be7c1094799531c727c01d701dd32a41731c 100644 (file)
@@ -2792,7 +2792,7 @@ TEST_F(PeerTest, PositiveSecuredGRPC_ConfiguredCA)
     ASSERT_NE(auth, nullptr);
 
     authCA = beyond::Authenticator::Create(&args);
-    ASSERT_NE(auth, nullptr);
+    ASSERT_NE(authCA, nullptr);
 
     beyond_config config = {
         .type = BEYOND_PLUGIN_AUTHENTICATOR_SSL_CONFIG_SSL,