Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Remove thing about "must be default" because it's fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Nov 22, 2020
1 parent 3c91906 commit 93d1bf5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hack/generated/controllers/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
storage "github.com/Azure/k8s-infra/hack/generated/apis/microsoft.storage/v20190401"
"github.com/Azure/k8s-infra/hack/generated/pkg/armclient"
"github.com/Azure/k8s-infra/hack/generated/pkg/testcommon"
ctrl "sigs.k8s.io/controller-runtime"
)

func Test_ResourceGroup_CRUD(t *testing.T) {
Expand Down Expand Up @@ -123,10 +122,7 @@ func StorageAccount_BlobServices_CRUD(t *testing.T, testContext testcommon.KubeP
g := NewGomegaWithT(t)

blobService := &storage.StorageAccountsBlobService{
ObjectMeta: ctrl.ObjectMeta{
Name: "default", // MUST be 'default'
Namespace: testContext.Namespace(),
},
ObjectMeta: testContext.MakeObjectMeta("blobservice"),
Spec: storage.StorageAccountsBlobServices_Spec{
ApiVersion: "2019-04-01", // TODO [apiversion]: to be removed eventually
Owner: testcommon.AsOwner(storageAccount),
Expand Down

0 comments on commit 93d1bf5

Please sign in to comment.