Skip to content

Commit

Permalink
fix: test_summarizer image
Browse files Browse the repository at this point in the history
  • Loading branch information
vorel99 committed Sep 27, 2024
1 parent b9f10cf commit 4b53bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_summarizer_image(config: Settings):
pps.summarize(
config,
pd.Series(
[os.path.abspath(base_path + r"../../../docsrc/assets/logo_header.png")]
[os.path.abspath(base_path + r"../../../docs/_static/img/cli.png")]
),
"Image",
)
Expand Down

0 comments on commit 4b53bae

Please sign in to comment.