diff --git a/test/functional/calendars_controller_test.rb b/test/functional/calendars_controller_test.rb index a8c0e2af1..bb12316c7 100644 --- a/test/functional/calendars_controller_test.rb +++ b/test/functional/calendars_controller_test.rb @@ -19,7 +19,7 @@ class CalendarsControllerTest < ActionController::TestCase context "GET :show" do should "run custom queries" do - @query = Query.generate_default! + @query = Query.generate_default!(:is_public => true) get :show, :query_id => @query.id assert_response :success