mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Added shareable reports
This commit is contained in:
committed by
Constantin Graf
parent
0ee0175f04
commit
c03aad1abd
@@ -32,7 +32,7 @@ class DeleteOrganizationTest extends TestCase
|
||||
);
|
||||
|
||||
// Act
|
||||
$response = $this->withoutExceptionHandling()->delete('/teams/'.$organization->getKey());
|
||||
$response = $this->delete('/teams/'.$organization->getKey());
|
||||
|
||||
// Assert
|
||||
$this->assertNull($organization->fresh());
|
||||
|
||||
Reference in New Issue
Block a user