fix test to clean up config properly
This commit is contained in:
parent
b24f73fb3d
commit
129251fd61
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue