Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk committed Feb 17, 2022
1 parent 951803c commit 2486a11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/base_integration_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ class BaseIntegrationTest : protected Logger::Loggable<Logger::Id::testing> {
makeClientConnectionWithOptions(uint32_t port,
const Network::ConnectionSocket::OptionsSharedPtr& options);

void registerTestServerPorts(const std::vector<std::string>& port_names) {
registerTestServerPorts(port_names, test_server_);
}
void registerTestServerPorts(const std::vector<std::string>& port_names,
IntegrationTestServerPtr& test_server);
void createGeneratedApiTestServer(const std::string& bootstrap_path,
Expand Down

0 comments on commit 2486a11

Please sign in to comment.