summaryrefslogtreecommitdiffhomepage
path: root/test/test_go_application.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_go_application.py')
-rw-r--r--test/test_go_application.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go_application.py b/test/test_go_application.py
index 9034d5aa..880a617a 100644
--- a/test/test_go_application.py
+++ b/test/test_go_application.py
@@ -8,7 +8,7 @@ class TestGoApplication(TestApplicationGo):
prerequisites = {'modules': {'go': 'all'}}
@pytest.fixture(autouse=True)
- def setup_method_fixture(self, request, skip_alert):
+ def setup_method_fixture(self, skip_alert):
skip_alert(r'\[unit\] close\(\d+\) failed: Bad file descriptor')
def test_go_application_variables(self):