From c905c13c770496b0bf147c5661eb0b0772e60f64 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 7116a222..019d7458 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: