File tree Expand file tree Collapse file tree
approov-service/src/test/java/io/approov/service/httpsurlconn Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1180,7 +1180,7 @@ public void testCustomTokenAndTraceHeaders() throws Exception {
11801180 "\" protectedDomains\" : [\" " + getTargetHost () + "\" ]" ));
11811181
11821182 ApproovService .setApproovHeader ("X-Custom-Token" , "Bearer " );
1183- ApproovService .setApproovTraceHeader ("X-Custom-Trace" );
1183+ ApproovService .setApproovTraceIDHeader ("X-Custom-Trace" );
11841184
11851185 HttpsURLConnection connection = (HttpsURLConnection ) new URL (getTargetURL ()).openConnection ();
11861186 ApproovService .addApproov (connection );
@@ -1193,7 +1193,7 @@ public void testCustomTokenAndTraceHeaders() throws Exception {
11931193
11941194 // Restore defaults
11951195 ApproovService .setApproovHeader ("Approov-Token" , "" );
1196- ApproovService .setApproovTraceHeader ("Approov-TraceID" );
1196+ ApproovService .setApproovTraceIDHeader ("Approov-TraceID" );
11971197 }
11981198
11991199}
You can’t perform that action at this time.
0 commit comments