From 7b7d5edd7cee2b125249b41da54a83ffca438dc8 Mon Sep 17 00:00:00 2001 From: Rahul Frias Date: Wed, 1 Aug 2018 13:40:09 -0700 Subject: [PATCH] Use new play license service URI [ Merge of http://go/wvgerrit/54802 ] BUG: 110954967 BUG: 110960064 Test: WV unit/integration tests. Change-Id: I3c5263f304ec9c9734a6761cbd7db46ccb476e9e --- libwvdrmengine/cdm/core/test/config_test_env.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwvdrmengine/cdm/core/test/config_test_env.cpp b/libwvdrmengine/cdm/core/test/config_test_env.cpp index 9e740c59..613bce51 100644 --- a/libwvdrmengine/cdm/core/test/config_test_env.cpp +++ b/libwvdrmengine/cdm/core/test/config_test_env.cpp @@ -223,7 +223,7 @@ const CdmInitData kEmptyData; // Google Play license server data const std::string kGpLicenseServer = - "https://jmt17.google.com/video/license/GetCencLicense"; + "https://play.google.com/video-qa/license/GetWhitelistCencLicense"; // Test client authorization string. // NOTE: Append a userdata attribute to place a unique marker that the // server team can use to track down specific requests during debugging