Keystore 2.0: Observe canonicalization of service name.

Test: N/A
Bug: 184288069
Change-Id: I32ff824afbd0ea8d438ea8ef5409bb3fc25c3eae
diff --git a/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp b/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp
index f5e10aa..6b893c9 100644
--- a/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp
+++ b/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp
@@ -184,7 +184,8 @@
         return true;
     }
 
-    constexpr static const char kKeystoreServiceName[] = "android.system.keystore2";
+    constexpr static const char kKeystoreServiceName[] =
+        "android.system.keystore2.IKeystoreService/default";
     constexpr static const char kTestKeyName[] = "TestKeyName";
 
     sp<IKeystore> keystore;