Skip to content

Commit 31aff54

Browse files
committed
feat: add ability to add custom files for deployments
1 parent 886aa99 commit 31aff54

File tree

7 files changed

+349
-81
lines changed

7 files changed

+349
-81
lines changed

__tests__/test-utils/mock-data/manager.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@ export function makeMockDeployment (
5757
otpVersion: null,
5858
projectId: project.id,
5959
projectBounds: {east: 0, west: 0, north: 0, south: 0},
60-
r5: false,
61-
r5Version: null,
6260
routerId: null,
6361
skipOsmExtract: false,
62+
tripPlannerVersion: 'OTP_1',
6463
user: null
6564
}
6665
}

lib/manager/actions/__tests__/__snapshots__/projects.js.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,9 @@ Object {
116116
"west": 0,
117117
},
118118
"projectId": "mock-project-with-deployments-id",
119-
"r5": false,
120-
"r5Version": null,
121119
"routerId": null,
122120
"skipOsmExtract": false,
121+
"tripPlannerVersion": "OTP_1",
123122
"user": null,
124123
},
125124
],

0 commit comments

Comments
 (0)