Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Dec 20, 2023
1 parent 72ffe08 commit e594989
Show file tree
Hide file tree
Showing 3 changed files with 1,902 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestLocalRedis(t *testing.T) {
RedisDeployment: &dd,
RedisService: &svc,
}
makeLocalRedis(&env, objMap, true, false)
makeLocalRedis(nil, &env, objMap, true, false)

assert.Equal(t, "env-redis", dd.GetName(), "name was not set correctly")
assert.Len(t, svc.Spec.Ports, 1, "number of ports specified is wrong")
Expand Down
Loading

0 comments on commit e594989

Please sign in to comment.