X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FModule%2FApi%2FTwitter%2FAccount%2FUpdateProfileTest.php;h=4ce3420d266b799eded64a7d92d4a3575cc5190a;hb=dbfe918a8b1a86c8d2d221588b2618685fafe339;hp=5bfa789e0214fd4c07e81c1489ee5762c35f9cca;hpb=6b03ee29229e1c56e1ba71fb3ff062fa4f1ce51a;p=friendica.git diff --git a/tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php b/tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php index 5bfa789e02..4ce3420d26 100644 --- a/tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php +++ b/tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php @@ -23,9 +23,6 @@ class UpdateProfileTest extends ApiTest $json = json_decode($body); - self::assertEquals(42, $json->id); - self::assertEquals('DFRN', $json->location); - self::assertEquals('selfcontact', $json->screen_name); self::assertEquals('new_name', $json->name); self::assertEquals('new_description', $json->description); }