mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
Renamed jetstream team to organization
This commit is contained in:
@@ -19,7 +19,7 @@ class CreateApiTokenTest extends TestCase
|
||||
$this->markTestSkipped('API support is not enabled.');
|
||||
}
|
||||
|
||||
$this->actingAs($user = User::factory()->withPersonalTeam()->create());
|
||||
$this->actingAs($user = User::factory()->withPersonalOrganization()->create());
|
||||
|
||||
$response = $this->post('/user/api-tokens', [
|
||||
'name' => 'Test Token',
|
||||
|
||||
Reference in New Issue
Block a user