tests: Cleanup endpoints
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
@ -36,7 +36,7 @@ var lazyCluster = integration.NewLazyClusterWithConfig(
|
||||
WatchProgressNotifyInterval: 200 * time.Millisecond,
|
||||
DisableStrictReconfigCheck: true})
|
||||
|
||||
func exampleEndpoints() []string { return lazyCluster.EndpointsV3() }
|
||||
func exampleEndpoints() []string { return lazyCluster.EndpointsGRPC() }
|
||||
|
||||
func forUnitTestsRunInMockedContext(_ func(), example func()) {
|
||||
// For integration tests runs in the provided environment
|
||||
|
Reference in New Issue
Block a user