Exclude global directory from interval dropdown

This commit is contained in:
Jordan Wages 2025-07-19 00:43:25 -05:00
commit f6b04e7e2e
2 changed files with 6 additions and 1 deletions

View file

@ -192,6 +192,7 @@ def test_generate_root_index(tmp_path, sample_reports, monkeypatch):
# check for interval options
assert '<option value="hourly">' in content
assert '<option value="daily">' in content
assert '<option value="global">' not in content
# check for domain options
assert '<option value="foo.com">' in content