Skip to content

Commit

Permalink
cover aggregate-interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 16, 2023
1 parent cabb8d8 commit 96bcf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggrec/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)

DEFAULT_CONTENT_TYPE = "application/vnd.apache.parquet"
DEFAULT_COVERED_COMPONENT_IDS = ["content-type", "content-digest", "content-length"]
DEFAULT_COVERED_COMPONENT_IDS = ["content-type", "content-digest", "content-length", "aggregate-interval"]


class MyHTTPSignatureKeyResolver(HTTPSignatureKeyResolver):
Expand Down

0 comments on commit 96bcf33

Please sign in to comment.