Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-01-25 19:47:58 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-03-28 11:28:45 +0300
commit80388663afa718a884e63de653e0cba545c7403f (patch)
treef504b8f59287f6d3f7fd5a00e78bd583cad00b35 /tests
parent3e067edcbe80797a70118f613ac4b752ce512992 (diff)
Add direct arg to login flow
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Core/Controller/ClientFlowLoginControllerTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Core/Controller/ClientFlowLoginControllerTest.php b/tests/Core/Controller/ClientFlowLoginControllerTest.php
index 38204bbcc32..dae42474f41 100644
--- a/tests/Core/Controller/ClientFlowLoginControllerTest.php
+++ b/tests/Core/Controller/ClientFlowLoginControllerTest.php
@@ -184,6 +184,7 @@ class ClientFlowLoginControllerTest extends TestCase {
'serverHost' => 'https://example.com',
'oauthState' => 'OauthStateToken',
'user' => '',
+ 'direct' => 0
],
'guest'
);
@@ -248,6 +249,7 @@ class ClientFlowLoginControllerTest extends TestCase {
'serverHost' => 'https://example.com',
'oauthState' => 'OauthStateToken',
'user' => '',
+ 'direct' => 0
],
'guest'
);