@@ -59,15 +59,15 @@ func TestPrintProcesses(t *testing.T) {
5959 Type : "web" ,
6060 State : "up" ,
6161 Started : time.Time {},
62- Replicas : 1 ,
62+ Replicas : "1" ,
6363 },
6464 {
6565 Release : "v3" ,
6666 Name : "benign-quilting-worker-4084101150-c871y" ,
6767 Type : "worker" ,
6868 State : "up" ,
6969 Started : time.Time {},
70- Replicas : 1 ,
70+ Replicas : "1" ,
7171 },
7272 }
7373
@@ -104,7 +104,7 @@ func TestPsList(t *testing.T) {
104104 "name": "foo-web-4084101150-c871y",
105105 "state": "up",
106106 "started": "2016-02-13T00:47:52",
107- "replicas": 1
107+ "replicas": "1"
108108 }
109109 ]
110110 }` )
@@ -175,7 +175,7 @@ func TestPsScale(t *testing.T) {
175175 "name": "foo-web-4084101150-c871y",
176176 "state": "up",
177177 "started": "2016-02-13T00:47:52",
178- "replicas": 1
178+ "replicas": "1"
179179 }
180180 ]
181181 }` )
@@ -217,7 +217,7 @@ func TestPsRestart(t *testing.T) {
217217 "name": "foo-web-4084101150-c871y",
218218 "state": "up",
219219 "started": "2016-02-13T00:47:52",
220- "replicas": 1
220+ "replicas": "1"
221221 }
222222]` )
223223 })
@@ -254,7 +254,7 @@ Could not find any processes to restart
254254 "name": "testapp-web-4084101150-c871y",
255255 "state": "up",
256256 "started": "2016-02-13T00:47:52",
257- "replicas": 1
257+ "replicas": "1"
258258 }
259259 ]` )
260260 })
@@ -279,7 +279,7 @@ testapp-web-4084101150-c871y up (v2)
279279 "name": "newapp-web-4084101150-c871y",
280280 "state": "up",
281281 "started": "2016-02-13T00:47:52",
282- "replicas": 1
282+ "replicas": "1"
283283 }
284284 ]` )
285285 })
0 commit comments