From 68936e8fc03a6779a163744686b968a391eb5c2a Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 18 Nov 2018 20:40:10 +0000 Subject: [PATCH] Possibly fix test --- tests/include/ApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);