We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165e1e2 commit 719ce61Copy full SHA for 719ce61
testing/racker/test_run.py
@@ -137,7 +137,7 @@ def test_run_windows_invalid_image(caplog, delay):
137
assert result.exit_code == 1
138
139
assert re.match(".*Inquiring information about OCI image .+ failed.*", caplog.text)
140
- assert re.match(".*Reason:.*Error parsing image name .* error pinging docker registry images.example.org.*", caplog.text)
+ assert re.match(".*Reason:.*Error parsing image name .* (error )?pinging (container|docker) registry images.example.org.*", caplog.text)
141
142
143
def test_run_windows_mocked_noninteractive():
0 commit comments