change "testing" to "no_email" for inbox messages
This commit is contained in:
parent
bfd8f72496
commit
c0fe0a7765
3 changed files with 11 additions and 14 deletions
|
|
@ -65,7 +65,7 @@ my $expectedCodes = {
|
|||
cmp_deeply( $statusCodes, $expectedCodes, 'statusCodes as a class method works');
|
||||
undef $statusCodes;
|
||||
|
||||
my $tempMessage = WebGUI::Inbox::Message->create($session, {}, {testing => 1});
|
||||
my $tempMessage = WebGUI::Inbox::Message->create($session, {}, {no_email => 1});
|
||||
$statusCodes = $tempMessage->statusCodes;
|
||||
cmp_deeply( $statusCodes, $expectedCodes, 'statusCodes as an object method works');
|
||||
undef $statusCodes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue