Skip to content

Commit fffe610

Browse files
committed
Fix merge
1 parent 9a684a4 commit fffe610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/ingress_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ func TestIngressEnsureWithCNames(t *testing.T) {
527527
}
528528

529529
func TestIngressEnsureWithTags(t *testing.T) {
530-
svc := createFakeService()
530+
svc := createFakeService(false)
531531
svc.Labels = map[string]string{"controller": "my-controller", "XPTO": "true"}
532532
svc.Annotations = map[string]string{"ann1": "val1", "ann2": "val2"}
533533
err := svc.Ensure(ctx, idForApp("test"), router.EnsureBackendOpts{

0 commit comments

Comments
 (0)