only show debug in verbose testing
This commit is contained in:
parent
9edfda6491
commit
d1690ccd25
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ $search->update({
|
|||
$search->update({useContainers => 1});
|
||||
$search->view;
|
||||
like $templateVars->{result_set}->[0]->{url}, qr{\?pn=\d}, 'search returns paginated URL for a Thread when useContainers=1';
|
||||
diag Dumper $templateVars;
|
||||
note Dumper $templateVars;
|
||||
|
||||
WebGUI::Test->unmockAssetId($templateId);
|
||||
$session->request->setup_body({});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue