chore(build): Added extra argument to match the constructor in KubernetesNamespaceFactoryTest (#72)
parent
74b47fa68b
commit
159194c1be
|
|
@ -1027,6 +1027,7 @@ public class KubernetesNamespaceFactoryTest {
|
|||
"<username>-che",
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
NAMESPACE_LABELS,
|
||||
NAMESPACE_ANNOTATIONS,
|
||||
clientFactory,
|
||||
|
|
@ -1065,6 +1066,7 @@ public class KubernetesNamespaceFactoryTest {
|
|||
"<username>-cha-cha-cha",
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
NAMESPACE_LABELS,
|
||||
NAMESPACE_ANNOTATIONS,
|
||||
clientFactory,
|
||||
|
|
@ -1102,6 +1104,7 @@ public class KubernetesNamespaceFactoryTest {
|
|||
"<username>-cha-cha-cha",
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
NAMESPACE_LABELS,
|
||||
NAMESPACE_ANNOTATIONS,
|
||||
clientFactory,
|
||||
|
|
|
|||
Loading…
Reference in New Issue