Skip to content

Commit

Permalink
fix: container name
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvz committed Mar 30, 2023
1 parent f1f55e4 commit c52b495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {

ginkgo.It("should create a volume on demand (Bring Your Own Key)", func() {
// create a volume
volName := fmt.Sprintf("BYOK-%d", ginkgo.GinkgoParallelProcess())
volName := fmt.Sprintf("byok-%d", ginkgo.GinkgoParallelProcess())
resp, err := blobDriver.CreateVolume(context.Background(), makeCreateVolumeReq(volName, ns.Name))
framework.ExpectNoError(err, "create volume error")
volumeID := resp.Volume.VolumeId
Expand Down

0 comments on commit c52b495

Please sign in to comment.