Exclude global directory from interval dropdown
This commit is contained in:
parent
5de2aa4c66
commit
f6b04e7e2e
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue