From 25f83014ca9c0be2c1ca24bcada14d80329a14f8 Mon Sep 17 00:00:00 2001 From: vkushnirenko-luxoft Date: Tue, 17 Apr 2018 11:22:12 +0300 Subject: Fix style after PR #2132 --- .../policy/policy_external/test/policy_manager_impl_ptu_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/policy') diff --git a/src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc b/src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc index 67c71cbf08..947bb5d3ad 100644 --- a/src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc +++ b/src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc @@ -574,8 +574,7 @@ TEST_F(PolicyManagerImplTest2, GetUpdateUrl) { CreateLocalPT(preloaded_pt_filename_); GetPTU(kValidSdlPtUpdateJson); // Check expectations - const std::string update_url( - "http://x.x.x.x:3000/api/1/policies"); + const std::string update_url("http://x.x.x.x:3000/api/1/policies"); EXPECT_EQ(update_url, policy_manager_->GetUpdateUrl(7)); EXPECT_EQ("", policy_manager_->GetUpdateUrl(4)); } -- cgit v1.2.1