Skip to content

Commit 1d7942a

Browse files
committed
match test fixtures
1 parent ec01812 commit 1d7942a

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

tests/fixtures/index_report.json

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
[
22
{
3-
"year": 2022,
4-
"first_month": 11,
5-
"last_month": 11,
3+
"year": 2024,
4+
"first_month": 7,
5+
"last_month": 7,
66
"months": [
77
{
8-
"month": 11,
8+
"month": 7,
99
"reports": [
1010
{
11-
"agency_name": "City of Delano",
12-
"itp_id": 91,
13-
"report_path": "2022\/11\/91\/index.html",
14-
"feeds": [
15-
{
16-
"gtfs_dataset_name": "Delano Schedule",
17-
"string_url": "https:\/\/data.trilliumtransit.com\/gtfs\/delano-ca-us\/delano-ca-us.zip"
18-
}
19-
]
11+
"agency_name": "City and County of San Francisco",
12+
"itp_id": 282,
13+
"report_path": "2024\/07\/282\/index.html",
14+
"feeds":[
15+
{"gtfs_dataset_name":"Bay Area 511 Muni Alerts","string_url":"https:\/\/api.511.org\/transit\/servicealerts?agency=SF"},{"gtfs_dataset_name":"Bay Area 511 Muni TripUpdates","string_url":"https:\/\/api.511.org\/transit\/tripupdates?agency=SF"},{"gtfs_dataset_name":"Bay Area 511 Muni Schedule","string_url":"https:\/\/api.511.org\/transit\/datafeeds?operator_id=SF"},{"gtfs_dataset_name":"Bay Area 511 Muni VehiclePositions","string_url":"https:\/\/api.511.org\/transit\/vehiclepositions?agency=SF"}]
2016
}
2117
]
2218
}

tests/fixtures/rt_feed_ids.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[[91, true]]
1+
[[282, true]]

tests/fixtures/speedmap_urls.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[]
1+
[[282, "https://rt--cal-itp-data-analyses.netlify.app/district_04-oakland/03__speedmaps__district_04-oakland__itp_id_282"]]

0 commit comments

Comments
 (0)