fix: drop extra var
diff --git a/atmosphere/tests/integration/test_kind.py b/atmosphere/tests/integration/test_kind.py
index 1181cc7..8cb88bb 100644
--- a/atmosphere/tests/integration/test_kind.py
+++ b/atmosphere/tests/integration/test_kind.py
@@ -10,7 +10,7 @@
     assert kind_cluster.api.version == ("1", "25")
 
 
-def test_deployment(kind_cluster, tmp_path):
+def test_deployment(kind_cluster):
     kind_cluster.kubectl("create", "namespace", "openstack")
 
     deploy.run(api=kind_cluster.api)