diff --git a/shell/common/shell_unittests.cc b/shell/common/shell_unittests.cc index f368475d7a1d3..b451758667323 100644 --- a/shell/common/shell_unittests.cc +++ b/shell/common/shell_unittests.cc @@ -1636,6 +1636,10 @@ TEST_F(ShellTest, OnServiceProtocolGetSkSLsWorks) { Settings settings = CreateSettingsForFixture(); std::unique_ptr shell = CreateShell(settings); + auto configuration = RunConfiguration::InferFromSettings(settings); + configuration.SetEntrypoint("emptyMain"); + RunEngine(shell.get(), std::move(configuration)); + ServiceProtocol::Handler::ServiceProtocolMap empty_params; rapidjson::Document document; OnServiceProtocol(shell.get(), ServiceProtocolEnum::kGetSkSLs,