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); }