From 6e0741abf45af4e76ebb837920b26d7d6e2327eb Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Wed, 2 Jun 2021 21:19:36 +0200 Subject: [PATCH] Fix 404 test --- test/cloud-init.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cloud-init.bats b/test/cloud-init.bats index 5da3996..7c7cddb 100644 --- a/test/cloud-init.bats +++ b/test/cloud-init.bats @@ -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" }