Skip to content

Commit

Permalink
Add hvc metadata endpoint to sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgain committed Mar 19, 2024
1 parent 66fca36 commit 3df348a
Show file tree
Hide file tree
Showing 6 changed files with 10,188 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ describe('Adding an export win from an export project', () => {
}),
],
})
cy.intercept('GET', '/api-proxy/v4/metadata/hvc', [
{ name: 'Australia Consumer Goods & Retail: E004' },
])
cy.intercept('GET', '/api-proxy/v4/metadata/associated-programme', [
{ name: 'Afterburner' },
])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ describe('Adding an export win', () => {
{ id: '300', name: 'DIT Education' },
{ id: '301', name: 'Healthcare UK' },
])
cy.intercept('GET', '/api-proxy/v4/metadata/hvc', [
{ id: '400', name: 'Australia Consumer Goods & Retail: E004' },
])
cy.intercept('GET', '/api-proxy/v4/metadata/associated-programme', [
{ id: '600', name: 'Afterburner' },
])
Expand Down Expand Up @@ -317,7 +314,7 @@ describe('Adding an export win', () => {
goods_vs_services: '456e951d-a633-4f21-afde-d41381407efe',
name_of_export: 'Biscuits',
sector: 'af959812-6095-e211-a939-e4115bead28a',
hvc: '400',
hvc: '0240d283-ec44-4f33-b501-e2bf14e337b5',
type_of_support: ['5560d2ee-b75b-48b0-b6ca-36d43653be61'],
associated_programme: ['600'],
is_personally_confirmed: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ describe('Support provided', () => {
cy.intercept('GET', '/api-proxy/v4/metadata/associated-programme', [
{ name: 'Afterburner' },
])
cy.intercept('GET', '/api-proxy/v4/metadata/hvc', [
{ name: 'Australia Consumer Goods & Retail: E004' },
])
cy.visit(supportProvidedStep)
})

Expand Down
Loading

0 comments on commit 3df348a

Please sign in to comment.