Organize domain reports under domains directory
This commit is contained in:
parent
77e7cae1cf
commit
6b9219009d
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue