Skip to content

Commit 024db1f

Browse files
committed
Fix test to use the correct parameter for specifying metadata
This fixes cfaf603.
1 parent cfaf603 commit 024db1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cloud-init.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ teardown() {
202202
}
203203

204204
@test "cloud-init: flash --metadata can be downloaded" {
205-
run ./flash -f -d $img --userdata https://raw.githubusercontent.com/hypriot/flash/master/test/resources/meta.yml cloud-init.img
205+
run ./flash -f -d $img --userdata test/resources/good.yml --metadata https://raw.githubusercontent.com/hypriot/flash/master/test/resources/meta.yml cloud-init.img
206206
assert_success
207207
assert_output_contains Downloading
208208
assert_output_contains Finished.

0 commit comments

Comments
 (0)