X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/20e5f756be74c8adf31d7ec3a6406a2b4bdb22c1..9bd48640adae8a713e9bd95a7383c41a7cf4adb3:/test/functional/site_controller_test.rb diff --git a/test/functional/site_controller_test.rb b/test/functional/site_controller_test.rb index 7495e30e0..5fc3a0214 100644 --- a/test/functional/site_controller_test.rb +++ b/test/functional/site_controller_test.rb @@ -86,7 +86,6 @@ class SiteControllerTest < ActionController::TestCase def assert_site_partials(count = 1) assert_template :partial => '_search', :count => count - assert_template :partial => '_key', :count => count assert_template :partial => '_sidebar', :count => count end