Skip to content

Commit

Permalink
Merge a9878a1 into 6199263
Browse files Browse the repository at this point in the history
  • Loading branch information
nezdolik authored Sep 23, 2024
2 parents 6199263 + a9878a1 commit b9f7dc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ class GeoipProviderTestBase {
Api::ApiPtr api_;
NiceMock<Server::Configuration::MockServerFactoryContext> server_factory_context_;
NiceMock<Server::Configuration::MockFactoryContext> context_;
DriverSharedPtr provider_;
MaxmindProviderFactory* provider_factory_;
Event::SimulatedTimeSystem time_system_;
absl::flat_hash_map<std::string, std::string> captured_lookup_response_;
absl::Mutex mutex_;
std::vector<Filesystem::Watcher::OnChangedCb> on_changed_cbs_ ABSL_GUARDED_BY(mutex_);
absl::optional<ConditionalInitializer> cb_added_nullopt = absl::nullopt;
DriverSharedPtr provider_;
};

class GeoipProviderTest : public testing::Test, public GeoipProviderTestBase {};
Expand Down

0 comments on commit b9f7dc9

Please sign in to comment.