Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 7f8bd62

Browse files
committed
Compilation fix
1 parent 95fc3e1 commit 7f8bd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: container-object-storage-interface-controller/pkg/bucketclaim/bucketclaim_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var bucketClaim2 = types.BucketClaim{
5959
},
6060
Spec: types.BucketClaimSpec{
6161
BucketClassName: "classgold",
62-
Protocols: []types.Protocol{types.ProtocolAzure, types.GCS},
62+
Protocols: []types.Protocol{types.ProtocolAzure, types.ProtocolGCP},
6363
},
6464
}
6565

0 commit comments

Comments
 (0)