Skip to content

Commit d07ea82

Browse files
committed
Fix integration test
1 parent f7cf5eb commit d07ea82

File tree

1 file changed

+1
-1
lines changed
  • src/app/code/community/IntegerNet/Solr/Test/Model

1 file changed

+1
-1
lines changed

src/app/code/community/IntegerNet/Solr/Test/Model/Result.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function shouldUseParametersBasedOnToolbar()
9595
)
9696
);
9797
$logMock->expects($this->at(4))->method('debug')->with(
98-
'Filter Query: store_id:1 AND is_visible_in_search_i:1');
98+
'Filter Query: content_type:product AND store_id:1 AND is_visible_in_search_i:1');
9999

100100
/* @var Mage_Core_Block_Text $toolbar Not using actual toolbar block which reads from session */
101101
$toolbar = $this->app()->getLayout()->createBlock('core/text', 'product_list_toolbar');

0 commit comments

Comments
 (0)