@@ -39,7 +39,7 @@ afterEach(() => {
3939describe ( "KYC Age Verification" , ( ) => {
4040 it ( "KYC age verification" , async ( ) => {
4141 fetchMock . mockGlobal ( ) . post (
42- "https://network-as-code.p-eu.rapidapi.com/passthrough/camara/v1/passthrough /kyc-age-verification/v0.1/verify" ,
42+ "https://network-as-code.p-eu.rapidapi.com/passthrough/camara/v1/kyc-age-verification /kyc-age-verification/v0.1/verify" ,
4343 ( req : any ) : any => {
4444 expect ( req . headers ) . toEqual ( {
4545 "Content-Type" : "application/json" ,
@@ -92,7 +92,7 @@ describe("KYC Age Verification", () => {
9292
9393 it ( "KYC age verification with not all attributes provided" , async ( ) => {
9494 fetchMock . mockGlobal ( ) . post (
95- "https://network-as-code.p-eu.rapidapi.com/passthrough/camara/v1/passthrough /kyc-age-verification/v0.1/verify" ,
95+ "https://network-as-code.p-eu.rapidapi.com/passthrough/camara/v1/kyc-age-verification /kyc-age-verification/v0.1/verify" ,
9696 ( req : any ) : any => {
9797 expect ( req . headers ) . toEqual ( {
9898 "Content-Type" : "application/json" ,
@@ -139,7 +139,7 @@ describe("KYC Age Verification", () => {
139139
140140 it ( "missing phone number will add it in the backend and work" , async ( ) => {
141141 fetchMock . mockGlobal ( ) . post (
142- "https://network-as-code.p-eu.rapidapi.com/passthrough/camara/v1/passthrough /kyc-age-verification/v0.1/verify" ,
142+ "https://network-as-code.p-eu.rapidapi.com/passthrough/camara/v1/kyc-age-verification /kyc-age-verification/v0.1/verify" ,
143143 ( req : any ) : any => {
144144 expect ( req . headers ) . toEqual ( {
145145 "Content-Type" : "application/json" ,
0 commit comments