From: Michael Date: Sun, 18 Nov 2018 20:40:10 +0000 (+0000) Subject: Possibly fix test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=68936e8fc03a6779a163744686b968a391eb5c2a;p=friendica.git Possibly fix test --- diff --git a/tests/include/ApiTest.php b/tests/include/ApiTest.php index a539eb9447..28c87da199 100644 --- a/tests/include/ApiTest.php +++ b/tests/include/ApiTest.php @@ -94,7 +94,7 @@ class ApiTest extends DatabaseTest $this->assertEquals($this->selfUser['id'], $user['uid']); $this->assertEquals($this->selfUser['id'], $user['cid']); $this->assertEquals(1, $user['self']); - $this->assertEquals('Friendica', $user['location']); + $this->assertEquals('DFRN', $user['location']); $this->assertEquals($this->selfUser['name'], $user['name']); $this->assertEquals($this->selfUser['nick'], $user['screen_name']); $this->assertEquals('dfrn', $user['network']);