From c49694aced2e09423c9aa52a276e403395165d01 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Thu, 9 Feb 2023 14:11:55 -0300 Subject: [PATCH] Remove invalid test for FreeIPA integration. Since commit d804f1feeddd31957bc3d88dfb79e9bd119813cb in FreeIPA, where some Custodia modules were removed from FreeIPA, USER_CACHE_PATH is not settable on vault plugin, making an assertion invalid. This assertion makes FreeIPA tests that use Custodia fail in recent versions. Signed-off-by: Rafael Guterres Jeffman --- tests/test_ipa.py | 1 - 1 file changed, 1 deletion(-) 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):