diff --git a/tests/test_ipa.py b/tests/test_ipa.py index a4b2db9..813a08c 100644 --- a/tests/test_ipa.py +++ b/tests/test_ipa.py @@ -263,7 +263,6 @@ def test_api_init(self): KRB5_CLIENT_KTNAME='/path/to/custodia.keytab', KRB5CCNAME='FILE:/path/to/ccache', ) - assert ipaclient.plugins.vault.USER_CACHE_PATH == '/tmp/invalid' class TestCustodiaIPAVault(BaseTest):