Re-enable AccountVerifyCredentials test

This commit is contained in:
Philipp 2021-12-04 22:34:51 +01:00
parent 902bcc506f
commit cc7b2fae4e
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 246 additions and 174 deletions

View file

@ -52,6 +52,6 @@ class VerifyCredentials extends BaseApi
// @todo Support the source property,
$account = DI::mstdnAccount()->createFromContactId($cdata['user'], $uid);
System::jsonExit($account);
$this->response->exit('account', ['account' => $account->toArray()]);
}
}