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>
This commit is contained in:
parent
2c8402aa17
commit
d179186430
1 changed files with 0 additions and 1 deletions
|
@ -1846,7 +1846,6 @@ class RequestTest extends \Test\TestCase {
|
|||
return [
|
||||
['InvalidSentToken'],
|
||||
['InvalidSentToken:InvalidSecret'],
|
||||
[null],
|
||||
[''],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue