Browse Source

test

pull/2049/head
Kat 3 years ago
parent
commit
be755d14d1
  1. 2
      spec/requests/form_controller_spec.rb

2
spec/requests/form_controller_spec.rb

@ -169,7 +169,7 @@ RSpec.describe FormController, type: :request do
{ {
id: sales_log.id, id: sales_log.id,
sales_log: { sales_log: {
page: "organisation", page: "owning_organisation",
owning_organisation_id: managing_organisation.id, owning_organisation_id: managing_organisation.id,
}, },
} }

Loading…
Cancel
Save