diff --git a/molecule/default/tests/test_default.py b/molecule/default/tests/test_default.py
index e25334d131367cbae477affe7906d3febf531765..8298f82a7fcda586490b7fc31e4a3bc58e7a5b97 100644
--- a/molecule/default/tests/test_default.py
+++ b/molecule/default/tests/test_default.py
@@ -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