We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b3beb commit 6bd0e74Copy full SHA for 6bd0e74
2 files changed
CHANGELOG.md
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Updated
11
- Dependency Updates
12
13
+### Fixed
14
+- Updated URL for test import via URL
15
+
16
## [4.18.2] - 2025-12-04
17
18
src/test/import-gtfs.test.ts
@@ -28,7 +28,7 @@ import type { Model } from '../../dist/types/global_interfaces.js';
28
29
const agenciesFixturesRemote = [
30
{
31
- url: 'http://transitfeeds.com/p/caltrain/122/20160406/download',
+ url: 'https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/caltrain/122/20160406/gtfs.zip',
32
},
33
];
34
0 commit comments