Skip to content

Commit 011f04f

Browse files
committed
aligned test fixtures
1 parent 2cf83ce commit 011f04f

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

test/fixtures/multiple.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dockerLabels": null,
99
"dockerSecurityOptions": null,
1010
"entryPoint": null,
11-
"environment": null,
11+
"environment": [],
1212
"essential": true,
1313
"extraHosts": null,
1414
"healthCheck": null,
@@ -18,9 +18,10 @@
1818
"links": null,
1919
"linuxParameters": null,
2020
"logConfiguration": null,
21+
"firelensConfiguration": null,
2122
"memory": 512,
2223
"memoryReservation": null,
23-
"mountPoints": null,
24+
"mountPoints": [],
2425
"name": "mongodb",
2526
"portMappings": [
2627
{
@@ -37,7 +38,7 @@
3738
"systemControls": null,
3839
"ulimits": null,
3940
"user": null,
40-
"volumesFrom": null,
41+
"volumesFrom": [],
4142
"workingDirectory": null
4243
},
4344
{
@@ -49,7 +50,7 @@
4950
"dockerLabels": null,
5051
"dockerSecurityOptions": null,
5152
"entryPoint": null,
52-
"environment": null,
53+
"environment": [],
5354
"essential": true,
5455
"extraHosts": null,
5556
"healthCheck": null,
@@ -65,9 +66,10 @@
6566
"awslogs-region": "us-east-1"
6667
}
6768
},
69+
"firelensConfiguration": null,
6870
"memory": 512,
6971
"memoryReservation": null,
70-
"mountPoints": null,
72+
"mountPoints": [],
7173
"name": "redis",
7274
"portMappings": [
7375
{
@@ -84,7 +86,7 @@
8486
"systemControls": null,
8587
"ulimits": null,
8688
"user": null,
87-
"volumesFrom": null,
89+
"volumesFrom": [],
8890
"workingDirectory": null
8991
}
9092
]

test/fixtures/single.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"awslogs-region": "us-east-1"
6969
}
7070
},
71+
"firelensConfiguration": null,
7172
"memory": 512,
7273
"memoryReservation": 512,
7374
"mountPoints": [
@@ -100,7 +101,7 @@
100101
}
101102
],
102103
"user": "root",
103-
"volumesFrom": null,
104+
"volumesFrom": [],
104105
"workingDirectory": "~/project"
105106
}
106107
]

0 commit comments

Comments
 (0)