commit | 64b555b7b4a8e602d138ab3fe3014843ed3dd0c1 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Sep 16 17:12:07 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | 48217e11b87b7a3ca064e193ee2990684adc79e4 | |
parent | 63b70b23fc4d87656d2bfeb5b19b4e2a23052a50 [diff] |
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)