| Index: components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc
|
| index b5b2064eb70521ca01c6986ea79d9ce66a3ba7cb..6716ef405eba776ddef932d205b954b113796c55 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc
|
| @@ -399,7 +399,7 @@ class MockScheduler : public RemoteSuggestionsScheduler {
|
| class RemoteSuggestionsProviderImplTest : public ::testing::Test {
|
| public:
|
| RemoteSuggestionsProviderImplTest()
|
| - : params_manager_(ntp_snippets::kStudyName,
|
| + : params_manager_(ntp_snippets::kArticleSuggestionsFeature.name,
|
| {{"content_suggestions_backend",
|
| kTestContentSuggestionsServerEndpoint}},
|
| {ntp_snippets::kArticleSuggestionsFeature.name}),
|
|
|