Skip to content

Commit 874a33d

Browse files
committed
test: Fix unit test after last patch
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent fa2fa77 commit 874a33d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/federation/tests/Controller/OCSAuthAPIControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ public function testRequestSharedSecret($token, $localToken, $isTrustedServer, $
121121

122122
try {
123123
$this->ocsAuthApi->requestSharedSecret($url, $token);
124-
$this->assertTrue($ok);
125124
} catch (OCSForbiddenException $e) {
126125
$this->assertFalse($ok);
127126
}

0 commit comments

Comments
 (0)