Skip to content

Commit 2bdb1b2

Browse files
committed
ACLP Logs - Remove integration tests capability check
1 parent 4cc8da9 commit 2bdb1b2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

test/integration/models/monitor/test_monitor_logs.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
from linode_api4 import LinodeClient, LogsStreamType, PaginatedList
1313
from linode_api4.objects import (
14-
Capability,
1514
ObjectStorageACL,
1615
ObjectStorageBucket,
1716
ObjectStorageKeys,
@@ -31,14 +30,6 @@
3130
)
3231

3332

34-
@pytest.fixture(scope="session", autouse=True)
35-
def require_aclp_logs(test_linode_client: LinodeClient):
36-
"""Skip all tests in this module if the aclp_logs feature is not enabled for the account."""
37-
account = test_linode_client.account()
38-
if Capability.aclp_logs not in account.capabilities:
39-
pytest.skip("aclp_logs feature is not enabled for this account")
40-
41-
4233
@pytest.fixture(scope="session")
4334
def create_object_storage_key(test_linode_client: LinodeClient):
4435
key = test_linode_client.object_storage.keys_create(

0 commit comments

Comments
 (0)