From 8a169ca4d81e75b5b165e2eab9bb0faeb14e01e4 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 24 Jun 2021 15:26:41 -0700 Subject: [PATCH] feat: fix test --- api/v1alpha1/step_types_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1alpha1/step_types_test.go b/api/v1alpha1/step_types_test.go index 3648ecbb..ef72f488 100644 --- a/api/v1alpha1/step_types_test.go +++ b/api/v1alpha1/step_types_test.go @@ -21,6 +21,7 @@ func TestStep_GetPodSpec(t *testing.T) { {Name: "ARGO_DATAFLOW_REPLICA", Value: "1"}, {Name: "ARGO_DATAFLOW_STEP", Value: `{"metadata":{"creationTimestamp":null},"spec":{"name":"main","cat":{}},"status":{"phase":"","replicas":0,"lastScaledAt":null}}`}, {Name: "ARGO_DATAFLOW_UPDATE_INTERVAL", Value: "1m0s"}, + {Name: "GODEBUG"}, } mounts := []corev1.VolumeMount{{Name: "var-run-argo-dataflow", MountPath: "/var/run/argo-dataflow"}} tests := []struct {