Explorar el Código

Remove unused argument

Detected by pylint. The fixture indeed doesn't require an argument.
Rodolfo Carvalho hace 8 años
padre
commit
e174c88d86
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/openshift_master_facts/test/conftest.py

+ 1 - 1
roles/openshift_master_facts/test/conftest.py

@@ -20,7 +20,7 @@ def priorities_lookup():
 
 
 @pytest.fixture()
-def facts(request):
+def facts():
     return {
         'openshift': {
             'common': {}