Skip to content

Commit b0836f1

Browse files
authored
Merge pull request #265 from linode/error-message-change
Changed error message based on API changes
2 parents abda241 + 5986841 commit b0836f1

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)