Commit 1f552f339bba402f7297a824fc3f19c269439d84

Authored by Weblate
2 parents 3ea5c796 fd398cc0

Merge remote-tracking branch 'origin/master'

plugins/statistics/test/functional/statistics_plugin_home_controller_test.rb
@@ -76,6 +76,7 @@ class HomeControllerTest < ActionController::TestCase @@ -76,6 +76,7 @@ class HomeControllerTest < ActionController::TestCase
76 76
77 should 'display products class in statistics-block-data block' do 77 should 'display products class in statistics-block-data block' do
78 @block.product_counter = true 78 @block.product_counter = true
  79 + @environment.enable('products_for_enterprises')
79 @block.save! 80 @block.save!
80 get :index 81 get :index
81 82