Skip to content

Commit 719ce61

Browse files
committed
fixup! [windows] Increase test coverage
1 parent 165e1e2 commit 719ce61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/racker/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_run_windows_invalid_image(caplog, delay):
137137
assert result.exit_code == 1
138138

139139
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)
140+
assert re.match(".*Reason:.*Error parsing image name .* (error )?pinging (container|docker) registry images.example.org.*", caplog.text)
141141

142142

143143
def test_run_windows_mocked_noninteractive():

0 commit comments

Comments
 (0)