Skip to content

Commit 605289d

Browse files
lansefengxinzilansefengxinzi
lansefengxinzi
authored and
lansefengxinzi
committed
update http test
1 parent 7bee5b0 commit 605289d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetDiagTests/QNNHttpTest.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ - (void)tearDown {
3131

3232
- (void)testOK {
3333
__block BOOL run = NO;
34-
[QNNHttp start:@"https://www.baidu.com" output:[[QNNTestLogger alloc] init] complete:^(QNNHttpResult* r) {
34+
[QNNHttp start:@"http://www.baidu.com" output:[[QNNTestLogger alloc] init] complete:^(QNNHttpResult* r) {
3535
XCTAssertNotNil(r, @"need result");
3636
XCTAssertNotNil(r.ip, @"need ip");
3737
XCTAssertNotNil(r.headers, @"need headers");

0 commit comments

Comments
 (0)