Skip to content

Commit

Permalink
Update webdriver (#1805)
Browse files Browse the repository at this point in the history
- the source for latest data for median age seems to have changed,
update the webdriver test
  • Loading branch information
chejennifer authored Oct 26, 2022
1 parent 0be1da6 commit 27ef94a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/webdriver_tests/tests/download_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
'Value:Count_Person', 'Source:Count_Person'
]
TABLE_ROW_1 = [
'geoId/06001', 'Alameda County', '2020', '37.8', 'https://www.census.gov/',
'geoId/06001', 'Alameda County', '2020', '37.8',
'https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html',
'2021', '1648556', 'https://www2.census.gov/programs-surveys/popest/tables'
]
MAX_NUM_FILE_CHECK_TRIES = 3
Expand Down

0 comments on commit 27ef94a

Please sign in to comment.