Skip to content

Commit

Permalink
remove legacy mock server (#50374)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu committed Apr 11, 2024
1 parent 312f243 commit 99ada14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 91 deletions.
2 changes: 1 addition & 1 deletion pilot/pkg/model/push_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3172,7 +3172,7 @@ func TestGetHostsFromMeshConfigExhaustiveness(t *testing.T) {

var _ ServiceDiscovery = &localServiceDiscovery{}

// MockDiscovery is an in-memory ServiceDiscover with mock services
// localServiceDiscovery is an in-memory ServiceDiscovery with mock services
type localServiceDiscovery struct {
services []*Service
serviceInstances []*ServiceInstance
Expand Down
90 changes: 0 additions & 90 deletions pilot/test/xdstest/mock_discovery.go

This file was deleted.

0 comments on commit 99ada14

Please sign in to comment.