Skip to content

Commit

Permalink
Fix vita_partners.yml formatting and update routing tests
Browse files Browse the repository at this point in the history
Co-authored-by: Jenny Heath <jheath@codeforamerica.org>
  • Loading branch information
kayline and jenny-heath committed Jun 22, 2020
1 parent 0a062f8 commit 9689d92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion db/vita_partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ vita_partners:
source_parameters:
- ntauw
logo_path: partner-logos/ntauw.jpg
- name: Coachella Valley Community Tax Services
- name: Coachella Valley Community Tax Services
zendesk_instance_domain: eitc
zendesk_group_id: '360011269333'
display_name: Coachella Valley Community Tax Services
Expand Down
8 changes: 4 additions & 4 deletions spec/models/intake_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -874,10 +874,10 @@
it_behaves_like "state-level routing", "PA", "Campaign for Working Families", "eitc"
it_behaves_like "state-level routing", "NJ", "United Way of Greater Newark", "eitc"
it_behaves_like "state-level routing", "OH", "United Way of Central Ohio", "eitc"
it_behaves_like "state-level routing", "SC", "Impact America (Save First) South Carolina", "eitc"
it_behaves_like "state-level routing", "TN", "Impact America (Save First) Mississippi River States", "eitc"
it_behaves_like "state-level routing", "AR", "Impact America (Save First) Mississippi River States", "eitc"
it_behaves_like "state-level routing", "MS", "Impact America (Save First) Mississippi River States", "eitc"
it_behaves_like "state-level routing", "SC", "United Way of Greenville County", "eitc"
it_behaves_like "state-level routing", "TN", "Foundation Communities", "eitc"
it_behaves_like "state-level routing", "AR", "Foundation Communities", "eitc"
it_behaves_like "state-level routing", "MS", "Foundation Communities", "eitc"
it_behaves_like "state-level routing", "NV", "Nevada Free Taxes Coalition", "eitc"
it_behaves_like "state-level routing", "TX", "Foundation Communities", "eitc"
it_behaves_like "state-level routing", "AZ", "United Way of Tuscon and Southern Arizona", "eitc"
Expand Down

0 comments on commit 9689d92

Please sign in to comment.