Skip to content

Commit b85c41e

Browse files
julienmancusojasonqinzhou
authored andcommitted
fix: fix operator unit test (#3204)
Signed-off-by: Julien Mancuso <[email protected]> Signed-off-by: Jason Zhou <[email protected]>
1 parent 190a068 commit b85c41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cloud/operator/internal/controller/dynamocomponentdeployment_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ func TestDynamoComponentDeploymentReconciler_generateLeaderWorkerSet(t *testing.
920920
Name: "main",
921921
Image: "test-image:latest",
922922
Command: []string{"sh", "-c"},
923-
Args: []string{"ray start --address=${LWS_LEADER_ADDRESS}:6379 --block"},
923+
Args: []string{"ray start --address=$(LWS_LEADER_ADDRESS):6379 --block"},
924924
Env: []corev1.EnvVar{
925925
{Name: "DYN_NAMESPACE", Value: "default"},
926926
{Name: "DYN_PARENT_DGD_K8S_NAME", Value: "test-lws-deploy"},

0 commit comments

Comments
 (0)