Преглед на файлове

Remove unused argument

Detected by pylint. The fixture indeed doesn't require an argument.
Rodolfo Carvalho преди 8 години
родител
ревизия
e174c88d86
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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': {}