| Index: components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc
|
| index a23d2506c31a990f44d75a528c7d43ec4be1efae..3ad44555729eee6d6dc9d63a0d5a28beaf16de76 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc
|
| @@ -106,7 +106,7 @@ class RemoteSuggestionsSchedulerImplTest : public ::testing::Test {
|
| default_variation_params_{{"scheduler_trigger_types",
|
| "persistent_scheduler_wake_up,ntp_opened,"
|
| "browser_foregrounded,browser_cold_start"}},
|
| - params_manager_(ntp_snippets::kStudyName,
|
| + params_manager_(ntp_snippets::kArticleSuggestionsFeature.name,
|
| default_variation_params_,
|
| {kArticleSuggestionsFeature.name}),
|
| user_classifier_(/*pref_service=*/nullptr,
|
| @@ -142,7 +142,7 @@ class RemoteSuggestionsSchedulerImplTest : public ::testing::Test {
|
|
|
| params_manager_.ClearAllVariationParams();
|
| params_manager_.SetVariationParamsWithFeatureAssociations(
|
| - ntp_snippets::kStudyName, params,
|
| + ntp_snippets::kArticleSuggestionsFeature.name, params,
|
| {ntp_snippets::kArticleSuggestionsFeature.name});
|
| }
|
|
|
|
|