We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 421d2aa + 274faa2 commit c7cb983Copy full SHA for c7cb983
1 file changed
test/volumes/list-view-update-volumes.bats
@@ -24,6 +24,10 @@ teardown() {
24
fi
25
}
26
27
+@test "remove volumes prior to tests" {
28
+ run removeVolumes
29
+}
30
+
31
@test "it should list volumes" {
32
run createVolume
33
run linode-cli volumes list \
0 commit comments