Skip to content

Commit

Permalink
Merge pull request #26 from PrefectHQ/exclude-logs-csv
Browse files Browse the repository at this point in the history
add `/.../download-logs-csv` to api version exclusions
  • Loading branch information
jakekaplan authored Jul 31, 2024
2 parents 3c5ec01 + 4de896c commit 8e208c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_oss_cloud_api_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8e208c2

Please sign in to comment.