| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9e0e97c commit 45b54ee
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ const addresses = { | |||
| 25 | 25 | // record not found. Use this to guarantee record not found. | |
| 26 | 26 | NOT_FOUND: 'come.on.fhqwhgads.test', | |
| 27 | 27 | // A host with SRV records registered | |
| 28 | - SRV_HOST: '_jabber._tcp.google.com', | ||
| 28 | + SRV_HOST: '_caldav._tcp.google.com', | ||
| 29 | 29 | // A host with PTR records registered | |
| 30 | 30 | PTR_HOST: '8.8.8.8.in-addr.arpa', | |
| 31 | 31 | // A host with NAPTR records registered | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,10 +141,10 @@ TEST(async function test_google_for_cname_and_srv(done) { | |||
| 141 | 141 | assert.ok(types.SRV); | |
| 142 | 142 | } | |
| 143 | 143 | ||
| 144 | - validateResult(await dnsPromises.resolve('_jabber._tcp.google.com', 'ANY')); | ||
| 144 | + validateResult(await dnsPromises.resolve('_caldav._tcp.google.com', 'ANY')); | ||
| 145 | 145 | ||
| 146 | 146 | const req = dns.resolve( | |
| 147 | - '_jabber._tcp.google.com', | ||
| 147 | + '_caldav._tcp.google.com', | ||
| 148 | 148 | 'ANY', | |
| 149 | 149 | common.mustSucceed((ret) => { | |
| 150 | 150 | validateResult(ret); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments