Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 0959f34

Browse files
author
Matthias Antierens
committed
fixing python test linter
1 parent f0a7f3a commit 0959f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/alternative/tests/test_alternative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import pytest
21
import os
32
import testinfra.utils.ansible_runner
43

54
testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
65
os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')
76

7+
88
def test_service(host):
99
s = host.service("memcached_exporter")
1010
assert s.is_enabled

0 commit comments

Comments
 (0)