From: Philipp Date: Sat, 4 Dec 2021 23:20:46 +0000 (+0100) Subject: Fix test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4efc12232a70488929134dc72d4af5145265a407;p=friendica.git Fix test --- diff --git a/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php b/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php index c627050808..5170f1cb2f 100644 --- a/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php +++ b/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php @@ -25,7 +25,7 @@ class VerifyCredentialsTest extends ApiTest $json = json_decode($body); - self::assertEquals(42, $json->id); + self::assertEquals(48, $json->id); self::assertIsArray($json->emojis); self::assertIsArray($json->fields); }