Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 7377b02

Browse files
author
Harvey Lowndes
committed
Fix TestNoVolumeIDDispatch Test
1 parent 67e0bd5 commit 7377b02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/flexvolume/flexvolume_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ func TestNoVolumeIDDispatch(t *testing.T) {
5959
[]string{"oci", "attach", noVolIDTestOps, "nodeName"})
6060

6161
expected := DriverStatus{
62-
Status: "Failure",
63-
Message: "key 'kubernetes.io/pvOrVolumeName' not found in attach options",
62+
Status: "Not Supported",
6463
}
6564
assertFailure(t, expected, status)
6665
}

0 commit comments

Comments
 (0)