Skip to content

Commit

Permalink
zzzz
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin authored Dec 1, 2024
1 parent 161c647 commit 48027fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def badges_in_readme(app) -> TestResult:

if (
"This README was automatically generated" not in content
or f"https://apps.yunohost.org/badge/integration/{id_}" not in content
or (f"dash.yunohost.org/integration/{id_}.svg" not in content and f"https://apps.yunohost.org/badge/integration/{id_}" not in content)
):
yield Warning(
"It looks like the README was not generated automatically by https://github.com/YunoHost/apps/tree/master/tools/README-generator. "
Expand Down

0 comments on commit 48027fd

Please sign in to comment.