1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Added serialization group

This commit is contained in:
Nicolas Lœuillet 2022-03-15 10:44:32 +01:00 committed by Jeremy Benoist
parent bb12538fab
commit aaa03cc395
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
4 changed files with 32 additions and 3 deletions

View file

@ -17,8 +17,6 @@ class ConfigRestControllerTest extends WallabagApiTestCase
$this->assertArrayHasKey('theme', $content);
$this->assertArrayHasKey('items_per_page', $content);
$this->assertArrayHasKey('language', $content);
$this->assertArrayHasKey('feed_token', $content);
$this->assertArrayHasKey('feed_limit', $content);
$this->assertArrayHasKey('reading_speed', $content);
$this->assertArrayHasKey('pocket_consumer_key', $content);
$this->assertArrayHasKey('action_mark_as_read', $content);