Skip to content
Snippets Groups Projects
Commit 8868bbac authored by Remy Mudingay's avatar Remy Mudingay :speech_balloon:
Browse files

Update test_default.py

parent 2f935f62
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ def test_tinyproxy_is_installed(host):
def test_tinyproxy_running_and_enabled(host):
tinyproxy = host.service("tinyproxy")
tinyproxy = host.service("tinyproxy.service")
assert tinyproxy.is_running
assert tinyproxy.is_enabled
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment