Fix bug where delete_card_for_ticket spec was failing
This commit is contained in:
parent
3f23b3df8e
commit
5f7b284c4f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue