From d1791864303f97011318fc41d2cc0914e2aa1c11 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 5 Mar 2018 16:14:46 +0100 Subject: [PATCH] Remove testcase Since a token now always requires a string we don't need to test for null Signed-off-by: Roeland Jago Douma --- tests/lib/AppFramework/Http/RequestTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/AppFramework/Http/RequestTest.php b/tests/lib/AppFramework/Http/RequestTest.php index c6b9719b32..a715eaa959 100644 --- a/tests/lib/AppFramework/Http/RequestTest.php +++ b/tests/lib/AppFramework/Http/RequestTest.php @@ -1846,7 +1846,6 @@ class RequestTest extends \Test\TestCase { return [ ['InvalidSentToken'], ['InvalidSentToken:InvalidSecret'], - [null], [''], ]; }