We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f5cc29 + e9a8870 commit 421d2aaCopy full SHA for 421d2aa
1 file changed
test/volumes/resize-volumes.bats
@@ -20,6 +20,10 @@ teardown() {
20
fi
21
}
22
23
+@test "remove all volumes prior to running tests" {
24
+ run removeVolumes
25
+}
26
+
27
@test "it should fail to resize a volume smaller" {
28
createVolume
29
volume_id=$(linode-cli volumes list --text --no-headers --format="id")
0 commit comments