diff --git a/internal/controller/group/group_test.go b/internal/controller/group/group_test.go index 5e3a4bac..c1ae524d 100644 --- a/internal/controller/group/group_test.go +++ b/internal/controller/group/group_test.go @@ -222,10 +222,10 @@ func TestGroupIsConsideredUpToDate(t *testing.T) { { name: "We can desire some s3urls and this will lead to a diff against observed [\"ALL\"]", desired: v1alpha1.GroupParameters{ - GroupID: "desired", - GroupName: nil, - S3EndpointsHTTP: []string{"oslo,bergen"}, - S3EndpointsHTTPS: []string{"oslo,bergen"}, + GroupID: "desired", + GroupName: nil, + S3EndpointsHTTP: []string{"oslo,bergen"}, + S3EndpointsHTTPS: []string{"oslo,bergen"}, S3WebsiteEndpoints: []string{"oslo,bergen"}, }, observed: v1alpha1.GroupParameters{