Skip to content

Commit 5dfd1c6

Browse files
committed
Ooops, readme generated was changed
1 parent 8202da7 commit 5dfd1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def badges_in_readme(app) -> TestResult:
576576

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

0 commit comments

Comments
 (0)