Skip to content

Commit

Permalink
Merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
RachalCassity committed Oct 24, 2024
2 parents f2fe14f + aaedff4 commit f123744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/veteran/app/sidekiq/representatives/update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def process_rep_data(rep_data) # rubocop:disable Metrics/MethodLength
address_validation_api_response = nil

if rep_data['address_changed']

api_response = if Flipper.enabled?(:va_v3_contact_information_service)
get_best_address_candidate(rep_data)
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def create_flagged_records(flag_type)
expect(representative.lat).to eq(39)
expect(representative.long).to eq(-75)
expect(representative.address_line1).to eq('123 East Main St')

subject.perform(json_data)
representative.reload

Expand Down

0 comments on commit f123744

Please sign in to comment.