Organize domain reports under domains directory

This commit is contained in:
Jordan Wages 2025-07-18 02:25:10 -05:00
commit 6b9219009d
3 changed files with 3 additions and 3 deletions

View file

@ -122,6 +122,6 @@ def test_generate_interval_domain_filter(tmp_path, sample_reports, monkeypatch):
gr._generate_interval("hourly", "example.com")
hits = json.loads(
(tmp_path / "output" / "example.com" / "hourly" / "hits.json").read_text()
(tmp_path / "output" / "domains" / "example.com" / "hourly" / "hits.json").read_text()
)
assert hits[0]["value"] == 2