@@ -25,7 +25,7 @@ import {
2525} from '../../src/utils/application.data' ;
2626
2727import {
28- PAYMENT_FEE ,
28+ OE01_PAYMENT_FEE ,
2929 CONFIRMATION_URL ,
3030 CONFIRMATION_WITH_PARAMS_URL ,
3131} from "../../src/config" ;
@@ -93,7 +93,7 @@ describe("Confirmation controller tests", () => {
9393 expect ( resp . text ) . toContain ( CONFIRMATION_NUMBER_OF_DAYS ) ;
9494 expect ( resp . text ) . toContain ( CONFIRMATION_WHAT_YOU_NEED_TO_DO_NOW ) ;
9595 expect ( resp . text ) . toContain ( ENTITY_OBJECT_MOCK . email ) ;
96- expect ( resp . text ) . toContain ( `£${ PAYMENT_FEE } ` ) ;
96+ expect ( resp . text ) . toContain ( `£${ OE01_PAYMENT_FEE } ` ) ;
9797 expect ( resp . text ) . toContain ( userMail ) ;
9898 expect ( resp . text ) . toContain ( config . VF01_FORM_DOWNLOAD_URL ) ;
9999 expect ( mockDeleteApplicationData ) . toHaveBeenCalledTimes ( 1 ) ;
@@ -125,7 +125,7 @@ describe("Confirmation controller tests", () => {
125125 expect ( resp . text ) . toContain ( CONFIRMATION_NUMBER_OF_DAYS ) ;
126126 expect ( resp . text ) . toContain ( CONFIRMATION_WHAT_YOU_NEED_TO_DO_NOW ) ;
127127 expect ( resp . text ) . toContain ( ENTITY_OBJECT_MOCK . email ) ;
128- expect ( resp . text ) . toContain ( `£${ PAYMENT_FEE } ` ) ;
128+ expect ( resp . text ) . toContain ( `£${ OE01_PAYMENT_FEE } ` ) ;
129129 expect ( resp . text ) . toContain ( userMail ) ;
130130 expect ( resp . text ) . toContain ( config . VF01_FORM_DOWNLOAD_URL ) ;
131131 expect ( mockDeleteApplicationData ) . toHaveBeenCalledTimes ( 1 ) ;
0 commit comments