diff --git a/t/Operation/Auth.t b/t/Operation/Auth.t index 335292535..495562d7c 100644 --- a/t/Operation/Auth.t +++ b/t/Operation/Auth.t @@ -75,6 +75,7 @@ isa_ok( 'AuthType not in config file, so return default authType', ); +WebGUI::Test->originalConfig( 'authMethods' ); $session->config->addToArray( 'authMethods', 'TestAuth' ); isa_ok( WebGUI::Operation::Auth::getInstance( $session ),