summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-01-18 09:17:26 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-01-18 15:30:38 +0100
commit66367797dfd7ad794881494e20eb64d4368056ac (patch)
treed40d4cb26d1c8cba328a82161c0b3a85a0c9e22b /tests
parentf8ce5ea6f3c6c38cc7a71d906bcae7b21b30208c (diff)
downloadnextcloud-server-66367797dfd7ad794881494e20eb64d4368056ac.tar.gz
nextcloud-server-66367797dfd7ad794881494e20eb64d4368056ac.zip
Fix template paramter
Else we get shown an error page instead of the correct 403. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/Core/Controller/ClientFlowLoginControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/ClientFlowLoginControllerTest.php b/tests/Core/Controller/ClientFlowLoginControllerTest.php
index ba9caabd0b0..9230cfb4af2 100644
--- a/tests/Core/Controller/ClientFlowLoginControllerTest.php
+++ b/tests/Core/Controller/ClientFlowLoginControllerTest.php
@@ -257,7 +257,7 @@ class ClientFlowLoginControllerTest extends TestCase {
'core',
'403',
[
- 'file' => 'State token does not match',
+ 'message' => 'State token does not match',
],
'guest'
);