File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
example/ios/InstabugTests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,8 @@ - (void)testNetworkLogWithW3Caught {
462
462
NSString *responseContentType = @" application/json" ;
463
463
NSNumber *duration = @23000 ;
464
464
NSNumber *startTime = @1670156107523 ;
465
- NSDictionary *requestHeaders = @{ @" Accepts" : @" application/json" ,@" traceparent" :@" 1234" };
465
+ NSString *w3CCaughtHeader = @" 1234" ;
466
+ NSDictionary *requestHeaders = @{ @" Accepts" : @" application/json" ,@" traceparent" :w3CCaughtHeader};
466
467
NSDictionary *responseHeaders = @{ @" Content-Type" : @" text/plain" };
467
468
NSDictionary *data = @{
468
469
@" url" : url,
@@ -478,7 +479,7 @@ - (void)testNetworkLogWithW3Caught {
478
479
@" duration" : duration,
479
480
@" startTime" : startTime,
480
481
@" isW3cHeaderFound" :@1 ,
481
- @" w3CCaughtHeader" :@" 1234 "
482
+ @" w3CCaughtHeader" :w3CCaughtHeader
482
483
};
483
484
484
485
FlutterError* error;
You can’t perform that action at this time.
0 commit comments