Skip to content

Commit

Permalink
Always use local files when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed May 22, 2024
1 parent 201280d commit 6e96b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def testAggregateSamples(self):
continue
print("Testing {0}: " .format(sample_path), end="")
parsed_report = parsedmarc.parse_report_file(
sample_path)["report"]
sample_path, always_use_local_files=True)["report"]
parsedmarc.parsed_aggregate_reports_to_csv(parsed_report)
print("Passed!")

Expand Down

0 comments on commit 6e96b88

Please sign in to comment.