summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-04-17 14:19:12 -0400
committerGitHub <noreply@github.com>2018-04-17 14:19:12 -0400
commit61ab847b12ecfef12062829832635f1893df0f16 (patch)
tree8f370d6752d3412a67f60247079b9a61a2cbebb4
parent10e17225d0a961f18493acd5ff8c1721e441cb14 (diff)
parent25f83014ca9c0be2c1ca24bcada14d80329a14f8 (diff)
downloadsdl_core-61ab847b12ecfef12062829832635f1893df0f16.tar.gz
Merge pull request #2144 from vkushnirenko-luxoft/fix/style_fix
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));
}