From b7911bf5fa0d0baf82edcbd007da747a41da5790 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Mon, 5 Aug 2024 09:38:45 -0700 Subject: [PATCH] actually bypass logs endpoint --- test_oss_cloud_api_compatibility.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_oss_cloud_api_compatibility.py b/test_oss_cloud_api_compatibility.py index 7bd694f..a6f3889 100644 --- a/test_oss_cloud_api_compatibility.py +++ b/test_oss_cloud_api_compatibility.py @@ -196,8 +196,7 @@ def param_type_and_format(schema): "events", "automations", "templates", - "download-logs", - "download-logs-csv", + "logs/download", ] if any(group in cloud_endpoint for group in ENDPOINT_GROUPS_WITHOUT_API_VERSION):