Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
acovrig committed Mar 25, 2024
1 parent ab66f19 commit d20f566
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions modules/claims_api/spec/sidekiq/v2/poa_form_builder_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,6 @@
final_data = data.merge(
{
'text_signatures' => {
'page1' => [
{
'signature' => 'JESSE GRAY - signed via api.va.gov',
'x' => 35,
'y' => 73
},
{
'signature' => 'Bob Representative - signed via api.va.gov',
'x' => 35,
'y' => 100
}
],
'page2' => [
{
'signature' => 'JESSE GRAY - signed via api.va.gov',
Expand Down Expand Up @@ -217,21 +205,9 @@
final_data = data.merge(
{
'text_signatures' => {
'page1' => [
{
'signature' => 'JESSE GRAY - signed via api.va.gov',
'x' => 35,
'y' => 73
},
{
'signature' => 'Bob Representative - signed via api.va.gov',
'x' => 35,
'y' => 100
}
],
'page2' => [
{
'signature' => 'Mitchell Jenkins - signed via api.va.gov',
'signature' => 'JESSE GRAY - signed via api.va.gov',
'x' => 35,
'y' => 306
},
Expand Down

0 comments on commit d20f566

Please sign in to comment.