Skip to content

Commit

Permalink
fix(a11y): add agency info to resolve Lighthouse test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jan 13, 2023
1 parent f92f9e5 commit 34ff69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefits/core/migrations/0002_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def load_sample_data(app, *args, **kwargs):
long_name="Sacramento Regional Transit (sample)",
agency_id="sacrt",
merchant_id="sacrt",
info_url="",
phone="",
info_url="https://sacrt.com/",
phone="916-321-2877",
active=True,
private_key=client_private_key,
public_key=client_public_key,
Expand Down

0 comments on commit 34ff69f

Please sign in to comment.