浏览代码

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': {}