From bbb68e13c5b71caf9c0712d14dd1b9cf28728e9d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 20 Jul 2026 17:27:08 +0200 Subject: [PATCH] test: Fix unit test after last patch Signed-off-by: Joas Schilling --- apps/federation/tests/Controller/OCSAuthAPIControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php b/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php index 02e82880f9b98..a979f9ea29c9d 100644 --- a/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php +++ b/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php @@ -113,7 +113,6 @@ public function testRequestSharedSecret(string $token, string $localToken, bool try { $this->ocsAuthApi->requestSharedSecret($url, $token); - $this->assertTrue($ok); } catch (OCSForbiddenException $e) { $this->assertFalse($ok); }