summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvkushnirenko-luxoft <vkushnirenko@luxoft.com>2018-04-17 11:22:12 +0300
committervkushnirenko-luxoft <vkushnirenko@luxoft.com>2018-04-17 11:22:12 +0300
commit25f83014ca9c0be2c1ca24bcada14d80329a14f8 (patch)
tree8f370d6752d3412a67f60247079b9a61a2cbebb4
parent10e17225d0a961f18493acd5ff8c1721e441cb14 (diff)
downloadsdl_core-25f83014ca9c0be2c1ca24bcada14d80329a14f8.tar.gz
Fix style after PR #2132
-rw-r--r--src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc3
1 files changed, 1 insertions, 2 deletions
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));
}