Skip to content

Commit

Permalink
Fix session error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbestle authored and afbora committed Aug 9, 2023
1 parent ff571a1 commit 6cd0c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Cms/Api/routes/AccountRoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function setUp(): void

public function tearDown(): void
{
$this->app->session()->destroy();
App::destroy();
Field::$types = [];
Section::$types = [];
Expand Down

0 comments on commit 6cd0c43

Please sign in to comment.