We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8202da7 commit 5dfd1c6Copy full SHA for 5dfd1c6
tests/test_app.py
@@ -576,7 +576,7 @@ def badges_in_readme(app) -> TestResult:
576
577
if (
578
"This README was automatically generated" not in content
579
- or f"dash.yunohost.org/integration/{id_}.svg" not in content
+ or f"https://apps.yunohost.org/badge/integration/{id_}" not in content
580
):
581
yield Warning(
582
"It looks like the README was not generated automatically by https://github.com/YunoHost/apps/tree/master/tools/README-generator. "
0 commit comments