DEV: Fix plugin:spec task return code (#21661)

Regressed in eec10efc3dfad0d274cadb60e9e45f2a345b2a5d. It means that backend plugin spec failures in CI were not failing the spec suite.

Fixes recent regressions and skips two of them - to be handled next week.

---------

Co-authored-by: Andrei Prigorshnev <a.prigorshnev@gmail.com>
This commit is contained in:
Jarek Radosz
2023-05-19 16:17:02 +02:00
committed by GitHub
parent 774313ef0f
commit 7f85624a01
7 changed files with 14 additions and 16 deletions

View File

@ -15,8 +15,6 @@
"desktop_notification_level": { "type": "string" },
"mobile_notification_level": { "type": "string" },
"following": { "type": "boolean" },
"unread_count": { "type": "number" },
"unread_mentions": { "type": "number" },
"user": {
"type": ["object", "null"],
"required": ["id", "name", "avatar_template", "username"],