Skip to content

Commit

Permalink
Update curlintegration.js
Browse files Browse the repository at this point in the history
Remove RH specific details
  • Loading branch information
noopurmath3 authored Apr 5, 2024
1 parent 776d3a5 commit 187ac6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/curlintegration.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe("Curl integration", () => {
it('Code to interate curl in cypress', () => {
cy.task('log','The key value pair needs to be in single quotes')
cy.task('log', 'cy.exec("curl --request POST https://spaship.stage.redhat.com/api/v1/applications/deploy/ecosystem-catalog/qa -H Authorization:Bearer apikey --form upload=@test.zip --form name=test --form path=/get-started --form ref=1.1.9")')
cy.task('log', 'cy.exec("curl -X GET "https://fakerestapi.azurewebsites.net/api/v1/Activities" -H "accept: text/plain; v=1.0")')
})

})
})

0 comments on commit 187ac6a

Please sign in to comment.