@@ -125,6 +125,7 @@
// Trigger the RC config fetch
remoteConfig.lastFetchTime = nil;
+ configFlags.appStartConfigFetchDelayInSeconds = 0.0;
[configFlags update];
XCTAssertNil([[FPRNetworkTrace alloc] initWithURLRequest:self.testURLRequest]);
@@ -75,6 +75,7 @@
[FPRGaugeManager sharedInstance].isColdStart = NO;
@@ -103,6 +103,7 @@
XCTAssertNil([[FIRHTTPMetric alloc] initWithURL:self.sampleURL HTTPMethod:FIRHTTPMethodGET]);
@@ -83,6 +83,7 @@
XCTAssertNil([[FIRTrace alloc] initWithName:@"Random"]);