Skip to content

Commit e501e5c

Browse files
committed
Fix a typo in an assert failure message
1 parent 9106d2b commit e501e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/default/tests/test_default_specific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def test_dns_resolution(host, dig_command):
5454
assert (
5555
re.search(r"^;; SERVER: 127\.0\.0\.53#53", cmd.stdout, re.MULTILINE)
5656
is not None
57-
), f"Command dig {dig_command} did not return a results from 127.0.0.53."
57+
), f"Command dig {dig_command} did not return a result from 127.0.0.53."

0 commit comments

Comments
 (0)