Possibly fix test

This commit is contained in:
Michael 2018-11-18 20:40:10 +00:00
parent 43079bfaf8
commit 68936e8fc0
1 changed files with 1 additions and 1 deletions

View File

@ -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']);