diff options
Diffstat (limited to 'test/integration/api_test/jsonp_test.rb')
-rw-r--r-- | test/integration/api_test/jsonp_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/api_test/jsonp_test.rb b/test/integration/api_test/jsonp_test.rb index fa7ab9b53..b441d8b1b 100644 --- a/test/integration/api_test/jsonp_test.rb +++ b/test/integration/api_test/jsonp_test.rb @@ -20,8 +20,6 @@ require_relative '../../test_helper' class Redmine::ApiTest::JsonpTest < Redmine::ApiTest::Base - fixtures :trackers - def test_should_ignore_jsonp_callback_with_jsonp_disabled with_settings :jsonp_enabled => '0' do get '/trackers.json?jsonp=handler' |