Skip to content

Commit

Permalink
modify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fvalentiner committed May 21, 2024
1 parent fbe4e4c commit 75e0c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/07_add_bounty_to_phase.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe('Get Bounties for Phase', () => {
cy.upsertlogin(User).then(value => {
cy.request({
method: 'GET',
url: `${HostName}${HostName}/features/${Phases[0].feature_uuid}/phase/${Phases[0].feature_uuid}/bounty`,
url: `${HostName}/features/${Phases[0].feature_uuid}/phase/${Phases[0].uuid}/bounty`,
headers: { 'x-jwt': `${value}` },
//body: Bounties[i],
failOnStatusCode: false
Expand Down

0 comments on commit 75e0c41

Please sign in to comment.