Skip to content

Commit 8ae1de5

Browse files
Merge pull request #62370 from nextcloud/backport/62346/stable25
[stable25] test: Fix unit test after last patch
2 parents 4261de3 + bbb68e1 commit 8ae1de5

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)