Skip to content

Commit 9a69c22

Browse files
jsf9kdav3r
andcommitted
Create and reference issue for uncommenting of assertion in test code
Co-authored-by: dav3r <david.redmin@gwe.cisa.dhs.gov>
1 parent c4af931 commit 9a69c22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

molecule/default/tests/test_default.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ def test_symlink(host):
4242
def test_services(host):
4343
"""Verify that the expected services are present."""
4444
s = host.service("systemd-resolved")
45-
# This assertion currently fails because of
45+
# TODO - This assertion currently fails because of
4646
# pytest-dev/pytest-testinfra#757. Once
4747
# pytest-dev/pytest-testinfra#754 has been merged and a new
4848
# release is created the following line can be uncommented.
49+
#
50+
# See #3 for more details.
4951
# assert s.exists, "systemd-resolved service does not exist."
5052
assert s.is_enabled, "systemd-resolved service is not enabled."
5153
assert s.is_running, "systemd-resolved service is not running."

0 commit comments

Comments
 (0)