Skip to content

Commit

Permalink
fix: spark dependency test
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Jun 24, 2022
1 parent d53a601 commit b97becc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cronjob/spark_dependencies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func TestStorageEnvs(t *testing.T) {
expected: []corev1.EnvVar{
{Name: "ES_NODES", Value: "lol:hol"},
{Name: "ES_INDEX_PREFIX", Value: "haha"},
{Name: "ES_INDEX_DATE_SEPARATOR", Value: ""},
{Name: "ES_USERNAME", Value: "jdoe"},
{Name: "ES_PASSWORD", Value: "none"},
{Name: "ES_TIME_RANGE", Value: "30m"},
Expand Down

0 comments on commit b97becc

Please sign in to comment.