Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
desmax74 committed May 20, 2020
1 parent 107c3ba commit 875390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/kieapp/defaults/defaults_test.go
Expand Up @@ -4419,7 +4419,7 @@ func TestJvmDefaultServers(t *testing.T) {
},
}
env, _ := GetEnvironment(cr, test.MockService())
testDefaultJvm(t, env.Console.DeploymentConfigs[0].Spec.Template.Spec.Containers[0].Env)
testDefaultJvm(t, env.Servers[0].DeploymentConfigs[0].Spec.Template.Spec.Containers[0].Env)
}

func testDefaultJvm(t *testing.T, envs []corev1.EnvVar) {
Expand Down

0 comments on commit 875390c

Please sign in to comment.