mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
chore(cmd): unify CLI names via common constants and simplify main dispatch (#24486)
Signed-off-by: jaehanbyun <awbrg789@naver.com>
This commit is contained in:
@@ -566,7 +566,7 @@ func TestGetApplicationControllerReplicas(t *testing.T) {
|
||||
expectedReplicas = int32(3)
|
||||
clientset = getClientset(&appsv1.Deployment{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
Name: common.ApplicationController,
|
||||
Name: common.CommandApplicationController,
|
||||
Namespace: testNamespace,
|
||||
},
|
||||
Spec: appsv1.DeploymentSpec{
|
||||
|
||||
Reference in New Issue
Block a user