зеркало из https://github.com/Azure/ARO-RP.git
e2e fix
This commit is contained in:
Родитель
e94f65f9f5
Коммит
cb07d61c17
|
@ -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())
|
||||
|
|
Загрузка…
Ссылка в новой задаче