Skip to content

Commit

Permalink
tests(fix): changed _audit pages
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Nov 30, 2022
1 parent 28ccc63 commit 3e7d813
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cubedash/warmup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ def find_examples_of_all_public_urls(index: Index):
yield "/metadata-types.txt"
yield "/metadata-types.odc-type.yaml"

yield "/audit/datasets-metadata"
yield "/audit/product-overview"
yield "/audit/dataset-counts"
yield "/audit/dataset-counts.csv"
yield "/audit/storage"
yield "/audit/storage.csv"
yield "/audit/product-metadata"
yield "/audit/day-query-times.txt"

yield "/stac"
Expand Down

0 comments on commit 3e7d813

Please sign in to comment.