From 0e860fe8e55d80ec5c60dc7f1fb301bee058e7b2 Mon Sep 17 00:00:00 2001
From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de>
Date: Wed, 31 May 2023 11:23:20 +0200
Subject: [PATCH] remove redundant argument

---
 tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests.py b/tests.py
index 4b4b215..fcd5380 100644
--- a/tests.py
+++ b/tests.py
@@ -170,7 +170,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
         )
 
 
-def test_install_environment_zlib(tmp_path):
+def test_install_environment_zlib():
     """Test installation of toolchain."""
     # Prepare a test installation of global generic 
     # with only zlib to test the installation
-- 
GitLab