mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 17:30:38 +08:00
Fix withCredentials test failure
Reviewed By: AaaChiuuu Differential Revision: D4870817 fbshipit-source-id: d741eb21d4c7092f89d5a8461b9ec92e3df49120
This commit is contained in:
committed by
Facebook Github Bot
parent
f26a99764a
commit
6b900dc7fb
@@ -87,7 +87,8 @@ public class NetworkRecordingModuleMock extends ReactContextBaseJavaModule {
|
||||
ReadableMap data,
|
||||
final String responseType,
|
||||
boolean incrementalUpdates,
|
||||
int timeout) {
|
||||
int timeout,
|
||||
boolean withCredentials) {
|
||||
mLastRequestId = requestId;
|
||||
mRequestCount++;
|
||||
mRequestMethod = method;
|
||||
|
||||
Reference in New Issue
Block a user