Skip to content

Commit a547e87

Browse files
committed
fix test
Signed-off-by: You-Cheng Lin (Owen) <[email protected]>
1 parent 56e54b7 commit a547e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ray-operator/controllers/ray/utils/dashboard_httpclient_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ var _ = Describe("RayFrameworkGenerator", func() {
5454

5555
rayDashboardClient = &RayDashboardClient{}
5656
rayDashboardClient.dashboardURL = "http://127.0.0.1:8090"
57+
rayDashboardClient.client = &http.Client{}
5758
})
5859

5960
It("Test ConvertRayJobToReq", func() {

0 commit comments

Comments
 (0)