From 4de896cecab25670d02b6f3aac9bde8995cbc79e Mon Sep 17 00:00:00 2001 From: "jake@prefect.io" Date: Wed, 31 Jul 2024 12:49:49 -0400 Subject: [PATCH] exclude download-logs-csv --- test_oss_cloud_api_compatibility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_oss_cloud_api_compatibility.py b/test_oss_cloud_api_compatibility.py index aec26e2..7252ee4 100644 --- a/test_oss_cloud_api_compatibility.py +++ b/test_oss_cloud_api_compatibility.py @@ -196,6 +196,7 @@ def param_type_and_format(schema): "events", "automations", "templates", + "download-logs-csv", ] if any(group in cloud_endpoint for group in ENDPOINT_GROUPS_WITHOUT_API_VERSION):