Skip to content

Commit

Permalink
Actually use tempdir fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed May 5, 2023
1 parent 107a7d9 commit 1256933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/integration/modules/test_x509_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1256933

Please sign in to comment.