Skip to content

Commit bbb68e1

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
test: Fix unit test after last patch
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 4261de3 commit bbb68e1

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
@@ -113,7 +113,6 @@ public function testRequestSharedSecret(string $token, string $localToken, bool
113113

114114
try {
115115
$this->ocsAuthApi->requestSharedSecret($url, $token);
116-
$this->assertTrue($ok);
117116
} catch (OCSForbiddenException $e) {
118117
$this->assertFalse($ok);
119118
}

0 commit comments

Comments
 (0)