Skip to content

Commit

Permalink
Fixed rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsidhu85 committed Jan 9, 2025
1 parent 86ca610 commit c01aa5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class WorkflowExecutionsControllerTest < ActionDispatch::IntegrationTest
update_params = { workflow_execution: { name: 'New Name' } }

put namespace_project_workflow_execution_path(@namespace, @project, @workflow_execution, format: :turbo_stream),
params: update_params
params: update_params

assert_response :success
end
Expand All @@ -230,7 +230,7 @@ class WorkflowExecutionsControllerTest < ActionDispatch::IntegrationTest
update_params = { workflow_execution: { name: 'New Name' } }

put namespace_project_workflow_execution_path(@namespace, @project, @workflow_execution, format: :turbo_stream),
params: update_params
params: update_params

assert_response :unauthorized
end
Expand Down

0 comments on commit c01aa5c

Please sign in to comment.