@@ -71,7 +71,7 @@ describe('Protocol Support', () => {
7171 describe ( 'HTTP/2 Support' , ( ) => {
7272 test ( 'should support HTTP/2 connections' , async ( ) => {
7373 const result = await runner . runWithSudo (
74- 'curl -fsS --http2 https://api. github.com/zen ' ,
74+ 'curl -fsS --http2 https://github.com' ,
7575 {
7676 allowDomains : [ 'github.com' ] ,
7777 logLevel : 'debug' ,
@@ -84,7 +84,7 @@ describe('Protocol Support', () => {
8484
8585 test ( 'should support HTTP/1.1 fallback' , async ( ) => {
8686 const result = await runner . runWithSudo (
87- 'curl -fsS --http1.1 https://api. github.com/zen ' ,
87+ 'curl -fsS --http1.1 https://github.com' ,
8888 {
8989 allowDomains : [ 'github.com' ] ,
9090 logLevel : 'debug' ,
@@ -188,7 +188,7 @@ describe('Protocol Support', () => {
188188
189189 test ( 'should respect curl connect-timeout option' , async ( ) => {
190190 const result = await runner . runWithSudo (
191- 'curl -f --connect-timeout 10 https://api. github.com/zen ' ,
191+ 'curl -f --connect-timeout 10 https://github.com' ,
192192 {
193193 allowDomains : [ 'github.com' ] ,
194194 logLevel : 'debug' ,
0 commit comments