Skip to content

Commit

Permalink
adding test attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Vootla <[email protected]>
  • Loading branch information
kvootla authored Oct 19, 2023
1 parent 64ac7eb commit 2d62c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/api/v1/employees_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ def start_on_dates
is_late_rate: !dates_rates_hash.values.all?,
is_sic_codes_enabled: is_sic_codes_enabled,
is_benefit_model_enabled: is_benefit_model_enabled,
is_find_my_doctor_enabled: is_find_my_doctor_enabled
is_find_my_doctor_enabled: is_find_my_doctor_enabled,
test_only: true
}
render json: result
end
Expand Down

0 comments on commit 2d62c1d

Please sign in to comment.