Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jul 6, 2023
1 parent c06eea0 commit e8609c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions controllers/svcdiscovery_controller_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,6 @@ func newTestSupervisorLBService() *corev1.Service {
}

func newTestHeadlessSvcEndpoints() []client.Object {
ns := &corev1.Namespace{
ObjectMeta: metav1.ObjectMeta{
Name: supervisorHeadlessSvcNamespace,
},
}
svc := &corev1.Service{
ObjectMeta: metav1.ObjectMeta{
Name: supervisorHeadlessSvcName,
Expand Down Expand Up @@ -233,7 +228,7 @@ func newTestHeadlessSvcEndpoints() []client.Object {
},
},
}
return []client.Object{ns, svc, endpoint}
return []client.Object{svc, endpoint}
}

func newTestConfigMapWithHost(serverHost string) *corev1.ConfigMap {
Expand Down

0 comments on commit e8609c3

Please sign in to comment.