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 9106d2b commit e501e5cCopy full SHA for e501e5c
molecule/default/tests/test_default_specific.py
@@ -54,4 +54,4 @@ def test_dns_resolution(host, dig_command):
54
assert (
55
re.search(r"^;; SERVER: 127\.0\.0\.53#53", cmd.stdout, re.MULTILINE)
56
is not None
57
- ), f"Command dig {dig_command} did not return a results from 127.0.0.53."
+ ), f"Command dig {dig_command} did not return a result from 127.0.0.53."
0 commit comments