This commit is contained in:
Amber Brown 2024-10-04 15:34:02 +10:00
Родитель e94f65f9f5
Коммит cb07d61c17
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -92,7 +92,7 @@ var _ = Describe("MIMO Actuator E2E Testing", func() {
Eventually(func(g Gomega, ctx context.Context) {
fetchedManifest := &admin.MaintenanceManifest{}
resp, err = adminRequest(ctx,
http.MethodPut, "/admin"+clusterResourceID+"/maintenancemanifests/"+manifestID,
http.MethodGet, "/admin"+clusterResourceID+"/maintenancemanifests/"+manifestID,
url.Values{}, true, nil, &fetchedManifest)
g.Expect(err).NotTo(HaveOccurred())