Skip to content

Commit 6f91091

Browse files
committed
let's use a valid UUID
1 parent fb4ede5 commit 6f91091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock-api/vpc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const routerRoutes: Json<Array<RouterRoute>> = [
137137
{
138138
...routeBase,
139139
vpc_router_id: customRouter.id,
140-
id: '93g7c4a1-5b0de-4efb-8518-e0bf012a5169',
140+
id: '550e8400-e29b-41d4-a716-446655440000',
141141
name: 'dc2',
142142
description: 'route to datacenter 2',
143143
kind: 'custom',

0 commit comments

Comments
 (0)