Skip to content

Commit

Permalink
Issue #2648: Reintroduced database cleaning as tickets, users etc. ar…
Browse files Browse the repository at this point in the history
…e created and need to be cleaned afterwards.
  • Loading branch information
stefanhaerter committed Nov 9, 2023
1 parent 0a1cd4c commit 6833e3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/test/DynamicField/EditFieldValueGet.t
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ use Kernel::System::Web::Request;
use Kernel::System::VariableCheck qw(:all);

# get helper object
$Kernel::OM->ObjectParamAdd(
'Kernel::System::UnitTest::Helper' => {
RestoreDatabase => 1,
UseTmpArticleDir => 1,
},
);
my $Helper = $Kernel::OM->Get('Kernel::System::UnitTest::Helper');

# get needed objects
Expand Down

0 comments on commit 6833e3f

Please sign in to comment.