Skip to content

Commit 6bd0e74

Browse files
committed
Updated URL for test import via URL
1 parent 62b3beb commit 6bd0e74

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Updated
1111
- Dependency Updates
1212

13+
### Fixed
14+
- Updated URL for test import via URL
15+
1316
## [4.18.2] - 2025-12-04
1417

1518
### Updated

src/test/import-gtfs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import type { Model } from '../../dist/types/global_interfaces.js';
2828

2929
const agenciesFixturesRemote = [
3030
{
31-
url: 'http://transitfeeds.com/p/caltrain/122/20160406/download',
31+
url: 'https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/caltrain/122/20160406/gtfs.zip',
3232
},
3333
];
3434

0 commit comments

Comments
 (0)