Skip to content

Commit

Permalink
Issue #3250: Using RegisterOM caused infinit recursion in DESTROY()
Browse files Browse the repository at this point in the history
the cause is not obvious. For now go back to using RegisterDriver.
  • Loading branch information
bschmalhofer committed Mar 26, 2024
1 parent 886901f commit 33d6a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use utf8;
use Test2::V0;

# OTOBO modules
use Kernel::System::UnitTest::RegisterOM; # Set up $Kernel::OM
use Kernel::System::UnitTest::RegisterDriver; # Set up $Kernel::OM, $main::Self is also set up, but not used
use Kernel::System::UnitTest::Selenium;
use Kernel::Output::HTML::Layout ();

Expand Down

0 comments on commit 33d6a02

Please sign in to comment.