diff --git a/test/common/http/BUILD b/test/common/http/BUILD index 93b3cc90f28b4..17512c3753da6 100644 --- a/test/common/http/BUILD +++ b/test/common/http/BUILD @@ -482,6 +482,7 @@ envoy_cc_test( "//source/common/http:alternate_protocols_cache", "//source/common/singleton:manager_impl_lib", "//test/mocks:common_lib", + "//test/mocks/server:factory_context_mocks", "//test/mocks/thread_local:thread_local_mocks", "//test/test_common:simulated_time_system_lib", ], diff --git a/test/extensions/key_value/file_based/BUILD b/test/extensions/key_value/file_based/BUILD index c25efa119cac8..e1746a031907a 100644 --- a/test/extensions/key_value/file_based/BUILD +++ b/test/extensions/key_value/file_based/BUILD @@ -18,6 +18,7 @@ envoy_cc_test( "//source/extensions/key_value/file_based:config_lib", "//test/common/http:common_lib", "//test/mocks:common_lib", + "//test/mocks/server:factory_context_mocks", "//test/mocks/thread_local:thread_local_mocks", "//test/test_common:simulated_time_system_lib", "@envoy_api//envoy/config/common/key_value/v3:pkg_cc_proto",