File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ class TestURLSession : LoopbackServerTest {
611
611
config. timeoutIntervalForResource = 604800
612
612
config. networkServiceType = . default
613
613
config. allowsCellularAccess = false
614
- config. isDiscretionary = true
614
+ config. discretionary = true
615
615
config. httpShouldUsePipelining = true
616
616
config. httpShouldSetCookies = true
617
617
config. httpCookieAcceptPolicy = . always
@@ -626,7 +626,7 @@ class TestURLSession : LoopbackServerTest {
626
626
XCTAssertEqual ( config. timeoutIntervalForResource, 604800 )
627
627
XCTAssertEqual ( config. networkServiceType, NSURLRequest . NetworkServiceType. default)
628
628
XCTAssertEqual ( config. allowsCellularAccess, false )
629
- XCTAssertEqual ( config. isDiscretionary , true )
629
+ XCTAssertEqual ( config. discretionary , true )
630
630
XCTAssertEqual ( config. httpShouldUsePipelining, true )
631
631
XCTAssertEqual ( config. httpShouldSetCookies, true )
632
632
XCTAssertEqual ( config. httpCookieAcceptPolicy, HTTPCookie . AcceptPolicy. always)
You can’t perform that action at this time.
0 commit comments