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 @@ -619,7 +619,7 @@ class TestURLSession : LoopbackServerTest {
619
619
config. timeoutIntervalForResource = 604800
620
620
config. networkServiceType = . default
621
621
config. allowsCellularAccess = false
622
- config. isDiscretionary = true
622
+ config. discretionary = true
623
623
config. httpShouldUsePipelining = true
624
624
config. httpShouldSetCookies = true
625
625
config. httpCookieAcceptPolicy = . always
@@ -634,7 +634,7 @@ class TestURLSession : LoopbackServerTest {
634
634
XCTAssertEqual ( config. timeoutIntervalForResource, 604800 )
635
635
XCTAssertEqual ( config. networkServiceType, NSURLRequest . NetworkServiceType. default)
636
636
XCTAssertEqual ( config. allowsCellularAccess, false )
637
- XCTAssertEqual ( config. isDiscretionary , true )
637
+ XCTAssertEqual ( config. discretionary , true )
638
638
XCTAssertEqual ( config. httpShouldUsePipelining, true )
639
639
XCTAssertEqual ( config. httpShouldSetCookies, true )
640
640
XCTAssertEqual ( config. httpCookieAcceptPolicy, HTTPCookie . AcceptPolicy. always)
You can’t perform that action at this time.
0 commit comments