aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
index 1954c654..d4fbe2d4 100644
--- a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
@@ -373,7 +373,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
373 [ 373 [
374 'rss_config[rss_limit]' => 1000000000000, 374 'rss_config[rss_limit]' => 1000000000000,
375 ], 375 ],
376 'validator.rss_limit_too_hight', 376 'validator.rss_limit_too_high',
377 ], 377 ],
378 ]; 378 ];
379 } 379 }