From d7a0ad772ecebd39d73dd9d9175e72a55c50f1cb Mon Sep 17 00:00:00 2001 From: hamistao Date: Mon, 13 Jan 2025 12:10:58 -0300 Subject: [PATCH] integration: Don't skip authentication test Signed-off-by: hamistao --- integration/test_client.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integration/test_client.py b/integration/test_client.py index 8fea5d22..14a7485a 100644 --- a/integration/test_client.py +++ b/integration/test_client.py @@ -44,11 +44,6 @@ def test_authenticate(self): self.assertTrue(client.trusted) def test_authenticate_with_project(self): - if self.client.has_api_extension("explicit_trust_token"): - self.skipTest( - "Required LXD support for password authentication not available!" - ) - try: client = pylxd.Client("https://127.0.0.1:8443/", project="test-project") except exceptions.ClientConnectionFailed as e: