@@ -559,7 +559,7 @@ describe('ACCEPTANCE TESTS: EXTERNAL VALID SCENARIOS [AWS]', function () {
559
559
{ method : 'GET' , headers : { "x-relayer-httpcallback-error" : "http://noname.com" } ,
560
560
name : "Error Callback: Should accept the request and retrieve the completed task" } ,
561
561
{ method : 'GET' , headers : { "x-relayer-retry" : "10, 20, 30" } , name : "Retry: Should accept the request and retrieve the completed task" } ,
562
- { method : 'GET' , headers : { 'x-relayer-proxy' : 'http:// proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
562
+ { method : 'GET' , headers : { 'x-relayer-proxy' : 'proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
563
563
{ method : 'GET' , headers : { 'x-relayer-encoding' : 'base64' } , name : "Encoding: Should accept the request and retrieve the completed task" } ,
564
564
{ method : 'GET' , headers : { 'x-relayer-traceid' : 'TEST' } , name : "TRACEID: Should accept the request and retrieve the traceid and the completed task" }
565
565
] ;
@@ -580,7 +580,7 @@ describe('ACCEPTANCE TESTS: EXTERNAL VALID SCENARIOS [AWS]', function () {
580
580
{ method : 'POST' , headers : { "x-relayer-httpcallback-error" : "http://noname.com" } ,
581
581
name : "Error Callback: Should accept the request and retrieve the completed task" } ,
582
582
{ method : 'POST' , headers : { "x-relayer-retry" : "10, 20, 30" } , name : "Retry: Should accept the request and retrieve the completed task" } ,
583
- { method : 'POST' , headers : { 'x-relayer-proxy' : 'http:// proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
583
+ { method : 'POST' , headers : { 'x-relayer-proxy' : 'proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
584
584
{ method : 'POST' , headers : { 'x-relayer-encoding' : 'base64' } , name : "Encoding: Should accept the request and retrieve the completed task" } ,
585
585
{ method : 'POST' , headers : { 'x-relayer-traceid' : 'TEST' } , name : "TRACEID: Should accept the request and retrieve the traceid and the completed task" }
586
586
] ;
@@ -601,7 +601,7 @@ describe('ACCEPTANCE TESTS: EXTERNAL VALID SCENARIOS [AWS]', function () {
601
601
{ method : 'PUT' , headers : { "x-relayer-httpcallback-error" : "http://noname.com" } ,
602
602
name : "Error Callback: Should accept the request and retrieve the completed task" } ,
603
603
{ method : 'PUT' , headers : { "x-relayer-retry" : "10, 20, 30" } , name : "Retry: Should accept the request and retrieve the completed task" } ,
604
- { method : 'PUT' , headers : { 'x-relayer-proxy' : 'http:// proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
604
+ { method : 'PUT' , headers : { 'x-relayer-proxy' : 'proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
605
605
{ method : 'PUT' , headers : { 'x-relayer-encoding' : 'base64' } , name : "Encoding: Should accept the request and retrieve the completed task" } ,
606
606
{ method : 'PUT' , headers : { 'x-relayer-traceid' : 'TEST' } , name : "TRACEID: Should accept the request and retrieve the traceid and the completed task" }
607
607
] ;
@@ -622,7 +622,7 @@ describe('ACCEPTANCE TESTS: EXTERNAL VALID SCENARIOS [AWS]', function () {
622
622
{ method : 'DEL' , headers : { "x-relayer-httpcallback-error" : "http://noname.com" } ,
623
623
name : "Error Callback: Should accept the request and retrieve the completed task" } ,
624
624
{ method : 'DEL' , headers : { "x-relayer-retry" : "10, 20, 30" } , name : "Retry: Should accept the request and retrieve the completed task" } ,
625
- { method : 'DEL' , headers : { 'x-relayer-proxy' : 'http:// proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
625
+ { method : 'DEL' , headers : { 'x-relayer-proxy' : 'proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
626
626
{ method : 'DEL' , headers : { 'x-relayer-encoding' : 'base64' } , name : "Encoding: Should accept the request and retrieve the completed task" } ,
627
627
{ method : 'DEL' , headers : { 'x-relayer-traceid' : 'TEST' } , name : "TRACEID: Should accept the request and retrieve the traceid and the completed task" }
628
628
] ;
@@ -642,7 +642,7 @@ describe('ACCEPTANCE TESTS: EXTERNAL VALID SCENARIOS [AWS]', function () {
642
642
{ method : 'OPTIONS' , headers : { "x-relayer-httpcallback-error" : "http://noname.com" } ,
643
643
name : "Error Callback: Should accept the request and retrieve the completed task" } ,
644
644
{ method : 'OPTIONS' , headers : { "x-relayer-retry" : "10, 20, 30" } , name : "Retry: Should accept the request and retrieve the completed task" } ,
645
- { method : 'OPTIONS' , headers : { 'x-relayer-proxy' : 'http:// proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
645
+ { method : 'OPTIONS' , headers : { 'x-relayer-proxy' : 'proxy.com' } , name : "Proxy: Should accept the request and retrieve the completed task" } ,
646
646
{ method : 'OPTIONS' , headers : { 'x-relayer-encoding' : 'base64' } , name : "Encoding: Should accept the request and retrieve the completed task" } ,
647
647
{ method : 'OPTIONS' , headers : { 'x-relayer-traceid' : 'TEST' } , name : "TRACEID: Should accept the request and retrieve the traceid and the completed task" }
648
648
//{method: 'OPTIONS', headers: {'x-relayer-traceid' : 'TEST2'}, name : "TO DO: CHECK why the last test is not validated..." }
0 commit comments