summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Http/DispatcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AppFramework/Http/DispatcherTest.php')
-rw-r--r--tests/lib/AppFramework/Http/DispatcherTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/AppFramework/Http/DispatcherTest.php b/tests/lib/AppFramework/Http/DispatcherTest.php
index b6b43d4a5d3..d6af034e95e 100644
--- a/tests/lib/AppFramework/Http/DispatcherTest.php
+++ b/tests/lib/AppFramework/Http/DispatcherTest.php
@@ -296,8 +296,8 @@ class DispatcherTest extends \Test\TestCase {
$this->request = new Request(
[
'post' => [
- 'int' => '3',
- 'bool' => 'false'
+ 'int' => '3',
+ 'bool' => 'false'
],
'method' => 'POST'
],