Skip to content

Commit ab5b990

Browse files
committed
Fix function call
Signed-off-by: Conor MacBride <[email protected]>
1 parent f45e869 commit ab5b990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mpl/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ def pytest_unconfigure(self, config):
846846
summary = self.generate_summary_json()
847847
print(f"A JSON report can be found at: {summary}")
848848
if 'html' in self.generate_summary:
849-
summary = self.generate_summary_html(dir_list)
849+
summary = self.generate_summary_html()
850850
print(f"A summary of the failed tests can be found at: {summary}")
851851

852852

0 commit comments

Comments
 (0)