Skip to content

Commit

Permalink
fixup! [windows] Increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 12, 2022
1 parent 165e1e2 commit 719ce61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/racker/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_run_windows_invalid_image(caplog, delay):
assert result.exit_code == 1

assert re.match(".*Inquiring information about OCI image .+ failed.*", caplog.text)
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)


def test_run_windows_mocked_noninteractive():
Expand Down

0 comments on commit 719ce61

Please sign in to comment.