Skip to content

Commit

Permalink
Corrected namespace under testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed Jun 14, 2022
1 parent 7b4b65d commit d51b5d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public async Task When_injected_then_pod_should_have_standard_injection_environm
userName.ValueFrom.SecretKeyRef.Key.Should().Be("userName");

container.Env.Should().Contain(x => x.Name == "CONTRAST__SERVER__NAME")
.Which.Value.Should().Be("kubernetes-default");
.Which.Value.Should().Be("kubernetes-testing");
container.Env.Should().Contain(x => x.Name == "CONTRAST__APPLICATION__NAME")
.Which.Value.Should().Be("injection-dummy");
}
Expand Down

0 comments on commit d51b5d9

Please sign in to comment.