diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-02-02 21:56:44 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-02-02 21:56:44 +0100 |
commit | 5e728d0eda85710b667b6399dbae8c2cbab8e72d (patch) | |
tree | d24d3fb3e0ce57060731d04cbee5a412bd4814ba /tests/lib/AppFramework | |
parent | 949fbdef33c527ef481bcf1cb44c9d8c4a781000 (diff) | |
download | nextcloud-server-5e728d0eda85710b667b6399dbae8c2cbab8e72d.tar.gz nextcloud-server-5e728d0eda85710b667b6399dbae8c2cbab8e72d.zip |
oc_token should be nc_token
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/lib/AppFramework')
-rw-r--r-- | tests/lib/AppFramework/Http/RequestTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Http/RequestTest.php b/tests/lib/AppFramework/Http/RequestTest.php index b1515b0efb5..6c6504b4de8 100644 --- a/tests/lib/AppFramework/Http/RequestTest.php +++ b/tests/lib/AppFramework/Http/RequestTest.php @@ -1651,7 +1651,7 @@ class RequestTest extends \Test\TestCase { 'HTTP_REQUESTTOKEN' => 'AAAHGxsTCTc3BgMQESAcNR0OAR0=:MyTotalSecretShareds', ], 'cookies' => [ - 'oc_token' => 'asdf', + 'nc_token' => 'asdf', ], ], $this->secureRandom, |