We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4b65d commit d51b5d9Copy full SHA for d51b5d9
tests/Contrast.K8s.AgentOperator.FunctionalTests/Scenarios/Injection/StandardInjectionTests.cs
@@ -71,7 +71,7 @@ public async Task When_injected_then_pod_should_have_standard_injection_environm
71
userName.ValueFrom.SecretKeyRef.Key.Should().Be("userName");
72
73
container.Env.Should().Contain(x => x.Name == "CONTRAST__SERVER__NAME")
74
- .Which.Value.Should().Be("kubernetes-default");
+ .Which.Value.Should().Be("kubernetes-testing");
75
container.Env.Should().Contain(x => x.Name == "CONTRAST__APPLICATION__NAME")
76
.Which.Value.Should().Be("injection-dummy");
77
}
0 commit comments