Skip to content

Commit

Permalink
test: fix small spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Jun 21, 2024
1 parent 110f1c2 commit 36c1d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ class TestApplication(testlib.MachineCase):

# Now that we have downloaded an image, verify that selecting download latest image
# downloads the latest image we now push to the registry. Note this image has a /latest file
# to differnatiate it from the other local image.
# to differentiate it from the other local image.
self.execute(True, f"podman push {new_image_sha} localhost:5000/my-busybox")
self.execute(True, f"podman push {new_image_sha} localhost:6000/my-busybox")
self.execute(True, f"podman rmi {new_image_sha}")
Expand Down

0 comments on commit 36c1d72

Please sign in to comment.