Skip to content

Commit

Permalink
Patch check
Browse files Browse the repository at this point in the history
  • Loading branch information
aamgayle committed Oct 20, 2023
1 parent f42d266 commit 8ccc20a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func TestIngressSecretProviderClassReconcilerIntegrationWithoutSPCLabels(t *test
spc.Name = "keyvault-" + ing.Name
spc.Namespace = ing.Namespace
spc.Labels = map[string]string{}
require.NoError(t, i.client.Update(ctx, spc))
require.NoError(t, i.client.Patch(ctx, spc, client.Merge))

beforeErrCount = testutils.GetErrMetricCount(t, ingressSecretProviderControllerName)
beforeRequestCount = testutils.GetReconcileMetricCount(t, ingressSecretProviderControllerName, metrics.LabelSuccess)
Expand Down

0 comments on commit 8ccc20a

Please sign in to comment.