Skip to content

Commit 7140329

Browse files
authored
Merge pull request #275 from linode/bugfix/fix-tests-for-error-output-change
bug: Tests should accept new error output
2 parents 403694b + cd4b8b3 commit 7140329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/volumes/list-view-update-volumes.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ teardown() {
9494
--format="size"
9595

9696
assert_failure
97-
assert_output --partial "usage: linode-cli [-h] [--label label] [--tags tags] volumeId"
97+
assert_output --partial "usage: linode-cli volumes update [-h] [--label label] [--tags tags] volumeId"
9898
assert_output --partial "linode-cli: error: unrecognized arguments: --size=15"
9999
}
100100

0 commit comments

Comments
 (0)