Skip to content

Commit

Permalink
Merge pull request #197 from hypriot/fix-bats-404-test
Browse files Browse the repository at this point in the history
Fix 404 test
  • Loading branch information
StefanScherer committed Jun 2, 2021
2 parents c501e62 + 6e0741a commit 1fe3d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cloud-init.bats
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,5 @@ teardown() {
run ./flash -f -d $img --userdata https://raw.githubusercontent.com/hypriot/flash/master/test/resources/foo.bar cloud-init.img
assert_failure

assert_output_contains "The requested URL returned error: 404 Not Found"
assert_output_contains "The requested URL returned error: 404"
}

0 comments on commit 1fe3d40

Please sign in to comment.