Skip to content

Commit

Permalink
test: Relax expected browser error
Browse files Browse the repository at this point in the history
Drop the "CommitFailure:" part from the expected browser error when
trying to commit a container with an invalid name. This is unnecessarily
strict, and containers/podman#20377 is going to
change it.
  • Loading branch information
martinpitt authored and jelly committed Oct 24, 2023
1 parent 7f7b0cc commit 9ff5884
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 @@ -886,7 +886,7 @@ class TestApplication(testlib.MachineCase):

def _testCommit(self, auth):
b = self.browser
self.allow_browser_errors("Failed to commit container .*: CommitFailure: repository name must be lowercase")
self.allow_browser_errors("Failed to commit container .* repository name must be lowercase")

self.login(auth)

Expand Down

0 comments on commit 9ff5884

Please sign in to comment.