We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aab84d commit 05d13a6Copy full SHA for 05d13a6
1 file changed
cmd/limits_test.go
@@ -258,9 +258,9 @@ Unlimited
258
if r.Method == "POST" {
259
testutil.AssertBody(t, api.Config{
260
Memory: map[string]interface{}{
261
- "web": "2000M",
+ "web": "2000M",
262
"worker": "0/3G",
263
- "db": "4G/5G",
+ "db": "4G/5G",
264
},
265
}, r)
266
}
@@ -306,9 +306,9 @@ Unlimited
306
307
308
CPU: map[string]interface{}{
309
- "web": "2",
+ "web": "2",
310
"worker": "0/300m",
311
- "db": "4/5.6",
+ "db": "4/5.6",
312
313
314
0 commit comments