Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Oct 18, 2024
1 parent 9a684a4 commit fffe610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/ingress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ func TestIngressEnsureWithCNames(t *testing.T) {
}

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

0 comments on commit fffe610

Please sign in to comment.