Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-03-04 14:53:40 +00:00
parent 4e2eda036a
commit e375d21e4c
5 changed files with 14 additions and 14 deletions

View File

@@ -91,7 +91,6 @@ class ApiTest extends TestCase
$this->assertSame('Marcel', $user->name);
$this->assertSame(1, $user->can_specify_subdomains);
$this->await($this->browser->post('http://127.0.0.1:8080/api/users', [
'Host' => 'expose.localhost',
'Authorization' => base64_encode('username:secret'),