diff --git a/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php b/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php index c62705080..5170f1cb2 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); }