Skip to content

Commit

Permalink
chore: gofmt group test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariatsji committed Dec 11, 2024
1 parent 7cd9724 commit d2a1fb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/controller/group/group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit d2a1fb7

Please sign in to comment.