In Thread tests, too.
This commit is contained in:
parent
9d1829d5f5
commit
f06b8c08fb
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ $user{"2"}->addToGroups( ['2'] ); # Registered user
|
|||
my $versionTag = WebGUI::VersionTag->getWorking( $session );
|
||||
$versionTag->set( { name => "Collaboration Test" } );
|
||||
|
||||
my @addArgs = ( undef, undef, { skipAutoCommitWorkflows => 1 } );
|
||||
my @addArgs = ( undef, undef, { skipAutoCommitWorkflows => 1, skipNotification => 1 } );
|
||||
|
||||
my $collab
|
||||
= $node->addChild({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue