diff --git a/spring-cloud-skipper-platform-kubernetes/src/test/java/org/springframework/cloud/skipper/deployer/KubernetesPlatformPropertiesTest.java b/spring-cloud-skipper-platform-kubernetes/src/test/java/org/springframework/cloud/skipper/deployer/KubernetesPlatformPropertiesTest.java index 76c4774e5..61a0a6cb2 100644 --- a/spring-cloud-skipper-platform-kubernetes/src/test/java/org/springframework/cloud/skipper/deployer/KubernetesPlatformPropertiesTest.java +++ b/spring-cloud-skipper-platform-kubernetes/src/test/java/org/springframework/cloud/skipper/deployer/KubernetesPlatformPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,9 +37,11 @@ /** * @author Donovan Muller + * @author Chris Bono */ @RunWith(SpringRunner.class) -@SpringBootTest(classes = KubernetesPlatformPropertiesTest.TestConfig.class) +@SpringBootTest(classes = KubernetesPlatformPropertiesTest.TestConfig.class, + properties = { "spring.cloud.kubernetes.client.namespace=default" }) @ActiveProfiles("platform-properties") public class KubernetesPlatformPropertiesTest {