Skip to content

Commit 0a96823

Browse files
committed
test: fix image-types for iot-ostree-pull-user config
iot-ami is not a valid image type name. Test iot-qcow2-image instead.
1 parent 4e521d4 commit 0a96823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config-map.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
},
169169
"./configs/iot-ostree-pull-user.json": {
170170
"image-types": [
171-
"iot-ami"
171+
"iot-qcow2-image"
172172
]
173173
},
174174
"./configs/kernel-debug.json": {

0 commit comments

Comments
 (0)