We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ef4d0 commit 2e4a44eCopy full SHA for 2e4a44e
pkg/controllers/cloudmap_controller_test.go
@@ -68,7 +68,7 @@ func TestCloudMapReconciler_Reconcile(t *testing.T) {
68
assert.NoError(t, err)
69
endpointSlice := endpointSliceList.Items[0]
70
assert.Equal(t, test.SvcName, endpointSlice.Labels["multicluster.kubernetes.io/service-name"], "Endpoint slice is created")
71
- assert.Contains(t, endpointSlice.Labels, LabelEntityManagedBy, "Managed by label is added")
+ assert.Contains(t, endpointSlice.Labels, LabelEndpointSliceManagedBy, "Managed by label is added")
72
assert.Equal(t, int32(test.Port1), *endpointSlice.Ports[0].Port)
73
assert.Equal(t, test.EndptIp1, endpointSlice.Endpoints[0].Addresses[0])
74
}
0 commit comments