chore(build): Added extra argument to match the constructor in KubernetesNamespaceFactoryTest (#72)

pull/75/head
Sergii Kabashniuk 2021-08-03 20:44:09 +03:00 committed by GitHub
parent 74b47fa68b
commit 159194c1be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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,