Skip to content

Commit 5986841

Browse files
author
Josh Sager
committed
Changed error message based on API changes
1 parent abda241 commit 5986841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/linodes/resize.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ teardown() {
6969

7070
assert_failure
7171
assert_output --partial "Request failed: 400"
72-
assert_output --partial "type A valid Linode type by that ID was not found"
72+
assert_output --partial "type A valid plan type by that ID was not found"
7373
}
7474

7575
@test "it should resize the linode to the next size plan" {

0 commit comments

Comments
 (0)