Skip to content

Commit d51b5d9

Browse files
committed
Corrected namespace under testing.
1 parent 7b4b65d commit d51b5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Contrast.K8s.AgentOperator.FunctionalTests/Scenarios/Injection/StandardInjectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public async Task When_injected_then_pod_should_have_standard_injection_environm
7171
userName.ValueFrom.SecretKeyRef.Key.Should().Be("userName");
7272

7373
container.Env.Should().Contain(x => x.Name == "CONTRAST__SERVER__NAME")
74-
.Which.Value.Should().Be("kubernetes-default");
74+
.Which.Value.Should().Be("kubernetes-testing");
7575
container.Env.Should().Contain(x => x.Name == "CONTRAST__APPLICATION__NAME")
7676
.Which.Value.Should().Be("injection-dummy");
7777
}

0 commit comments

Comments
 (0)