Skip to content

Commit

Permalink
feat: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 24, 2021
1 parent 752086b commit 8a169ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/step_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8a169ca

Please sign in to comment.