Skip to content

Commit e7434ff

Browse files
committed
test: update architecutre mismatch error string
1 parent 2803f61 commit e7434ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_manifest_cross_arch_check(tmp_path, build_container):
149149
"manifest", "--target-arch=aarch64",
150150
f"localhost/{container_tag}"
151151
], check=True, capture_output=True, encoding="utf8")
152-
assert 'image found is for unexpected architecture "x86_64"' in exc.value.stderr
152+
assert 'cannot generate manifest: requested container architecture does not match resolved container: "x86_64" !=' in exc.value.stderr
153153

154154

155155
def find_rootfs_type_from(manifest_str):

0 commit comments

Comments
 (0)