Browse Source

Remove testcase

Since a token now always requires a string we don't need to test for
null

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/8659/head
Roeland Jago Douma 8 years ago
parent
commit
d179186430
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 1
      tests/lib/AppFramework/Http/RequestTest.php

1
tests/lib/AppFramework/Http/RequestTest.php

@ -1846,7 +1846,6 @@ class RequestTest extends \Test\TestCase {
return [
['InvalidSentToken'],
['InvalidSentToken:InvalidSecret'],
[null],
[''],
];
}

Loading…
Cancel
Save