Fix a small typo

This commit is contained in:
Alex Pyrgiotis 2024-10-22 19:07:09 +03:00
parent 8172195f95
commit 50627d375c
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -248,7 +248,7 @@ class Container(IsolationProvider):
else: else:
msg = ( msg = (
f"{Container.CONTAINER_NAME} images found, but IDs do not match." f"{Container.CONTAINER_NAME} images found, but IDs do not match."
f"Found: {found_image_id}, Expected: {','.join(expected_image_ids)}" f" Found: {found_image_id}, Expected: {','.join(expected_image_ids)}"
) )
if raise_on_error: if raise_on_error:
raise ImageNotPresentException(msg) raise ImageNotPresentException(msg)