Skip to content

Commit

Permalink
This constructor no longer makes sense in the context of the global t…
Browse files Browse the repository at this point in the history
…est-scoped singleton introduced in envoyproxy/envoy#5708 (envoyproxy#79)

This constructor no longer makes sense in the context of the global test-scoped singleton introduced in envoyproxy/envoy#5708 (envoyproxy#79)

Signed-off-by: Joshua Marantz <[email protected]>
  • Loading branch information
jmarantz authored and dnoe committed Mar 1, 2019
1 parent c12d58f commit de52a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo2_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Echo2IntegrationTest : public BaseIntegrationTest,
}

public:
Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), realTime(), echoConfig()) {}
Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), echoConfig()) {}
/**
* Initializer for an individual integration test.
*/
Expand Down

0 comments on commit de52a19

Please sign in to comment.