Skip to content

Commit

Permalink
GL-385: Fix brocken tests in check_moving_requirements_controller_spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesi committed May 15, 2024
1 parent b607181 commit a1db56a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
context 'when all the form values are correct' do
let(:make_request) do
put green_lanes_check_moving_requirements_path, params: {
check_moving_requirements_form: {
green_lanes_check_moving_requirements_form: {
commodity_code: '1234567890',
country_of_origin: 'IT',
'moving_date(3i)' => '3',
Expand All @@ -58,7 +58,7 @@
context 'when a value is missing or incorrect' do
let(:make_request) do
put green_lanes_check_moving_requirements_path, params: {
check_moving_requirements_form: {
green_lanes_check_moving_requirements_form: {
commodity_code: '',
country_of_origin: 'IT',
'moving_date(3i)' => '3',
Expand Down

0 comments on commit a1db56a

Please sign in to comment.