Skip to content

Commit 82d7169

Browse files
committed
test: update test_mount_ostree_error
The previous commits changed the error message which is part of this test. Update it accordingly.
1 parent 53d6131 commit 82d7169

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
@@ -304,7 +304,7 @@ def test_mount_ostree_error(tmpdir_factory, build_container):
304304
"manifest", f"{container_ref}",
305305
"--config", "/output/config.json",
306306
], stderr=subprocess.PIPE, encoding="utf8")
307-
assert 'The following errors occurred while validating custom mountpoints:\npath "/ostree" is not allowed' \
307+
assert 'the following errors occurred while validating custom mountpoints:\npath "/ostree" is not allowed' \
308308
in exc.value.stderr
309309

310310

0 commit comments

Comments
 (0)