Skip to content

Commit 403b86e

Browse files
committed
Use valid IDs in test config
1 parent 7ebcc00 commit 403b86e

7 files changed

Lines changed: 11 additions & 11 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"allocationPercentage": 30,
3-
"id": "supplier1-volumeGroup-test1",
3+
"id": "supplier1-volume-group-test1",
44
"status": "PROD",
55
"supplier": "supplier1",
6-
"volumeGroup": "volumeGroup-test1"
6+
"volumeGroup": "volume-group-test1"
77
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"allocationPercentage": 100,
3-
"id": "supplier1-volumeGroup-test2",
3+
"id": "supplier1-volume-group-test2",
44
"status": "PROD",
55
"supplier": "supplier1",
6-
"volumeGroup": "volumeGroup-test2"
6+
"volumeGroup": "volume-group-test2"
77
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"allocationPercentage": 100,
3-
"id": "supplier1-volumeGroup-test3",
3+
"id": "supplier1-volume-group-test3",
44
"status": "PROD",
55
"supplier": "supplier1",
6-
"volumeGroup": "volumeGroup-test3"
6+
"volumeGroup": "volume-group-test3"
77
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"allocationPercentage": 70,
3-
"id": "supplier2-volumeGroup-test1",
3+
"id": "supplier2-volume-group-test1",
44
"status": "PROD",
55
"supplier": "supplier2",
6-
"volumeGroup": "volumeGroup-test1"
6+
"volumeGroup": "volume-group-test1"
77
}

config/suppliers/volume-group/volumeGroup-test1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Dev Test Volume Group 1",
3-
"id": "volumeGroup-test1",
3+
"id": "volume-group-test1",
44
"name": "Dev Test Volume Group 1",
55
"startDate": "2026-01-01",
66
"status": "PROD"

config/suppliers/volume-group/volumeGroup-test2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Dev Test Volume Group 2",
3-
"id": "volumeGroup-test2",
3+
"id": "volume-group-test2",
44
"name": "Dev Test Volume Group 2",
55
"startDate": "2026-01-01",
66
"status": "PROD"

config/suppliers/volume-group/volumeGroup-test3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Dev Test Volume Group 3",
3-
"id": "volumeGroup-test3",
3+
"id": "volume-group-test3",
44
"name": "Dev Test Volume Group 3",
55
"startDate": "2026-01-01",
66
"status": "PROD"

0 commit comments

Comments
 (0)