Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Oct 7, 2024
1 parent c742678 commit fd1b78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/mimo_actuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit fd1b78e

Please sign in to comment.