From 12569337ee450e595fa1a03d2eb576a20406c348 Mon Sep 17 00:00:00 2001 From: jeanluc Date: Fri, 5 May 2023 10:47:28 +0200 Subject: [PATCH] Actually use tempdir fixture --- tests/pytests/integration/modules/test_x509_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/integration/modules/test_x509_v2.py b/tests/pytests/integration/modules/test_x509_v2.py index 07eea32a33df..99d0d2133976 100644 --- a/tests/pytests/integration/modules/test_x509_v2.py +++ b/tests/pytests/integration/modules/test_x509_v2.py @@ -684,7 +684,7 @@ def test_create_private_key(x509_salt_call_cli): assert ret.data.startswith("-----BEGIN PRIVATE KEY-----") -def test_create_crl(x509_salt_call_cli, ca_key, ca_cert): +def test_create_crl(x509_salt_call_cli, ca_key, ca_cert, x509_pkidir): """ Ensure calling from the CLI works as expected and does not complain about unknown internal kwargs (__pub_fun etc).