1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-20 19:29:10 +00:00

formating

This commit is contained in:
Johan Gonzalez 2019-05-16 04:24:25 +00:00
parent 129e8c019c
commit 5523368a7f

View file

@ -627,7 +627,7 @@ func TestRetentionSize(t *testing.T) {
for _, test := range tests {
sset, err := makeStatefulSet(monitoringv1.Prometheus{
Spec: monitoringv1.PrometheusSpec{
Version: test.version,
Version: test.version,
RetentionSize: test.specRetentionSize,
},
}, defaultTestConfig, nil, "")