Fix bug where delete_card_for_ticket spec was failing

This commit is contained in:
Eric Schultz 2019-01-28 14:12:43 -06:00 committed by Luis Castro
parent 3f23b3df8e
commit 5f7b284c4f
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639

View file

@ -19,7 +19,7 @@ describe TicketsController, :type => :controller do
end
describe 'delete_card_for_ticket' do
include_context :open_to_np_associate, :post, :delete_card_for_ticket, nonprofit_id: :__our_np, event_id: :__our_event
include_context :open_to_np_associate, :post, :delete_card_for_ticket, nonprofit_id: :__our_np, event_id: :__our_event, id: 11111
end