Skip to content

Commit a30d205

Browse files
committed
test: Update domain for non-existing-domain test
Apparently someone bought non-existing-domain.com
1 parent 00ab88c commit a30d205

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"data": "<h3>Well.. we do exisit!<br/><br/>You're a 1026 visitor.</h3><br/><br/><img src=\"nyan-cat-nyan.gif\">",
3+
"status": 200,
4+
"headers": {
5+
"date": "Tue, 11 Feb 2025 19:50:04 GMT",
6+
"content-type": "text/html; charset=UTF-8",
7+
"transfer-encoding": "chunked",
8+
"connection": "close",
9+
"cache-control": "max-age=0",
10+
"expires": "Tue, 11 Feb 2025 19:50:04 GMT",
11+
"vary": "Accept-Encoding",
12+
"strict-transport-security": "max-age=0;",
13+
"cf-cache-status": "DYNAMIC",
14+
"report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=brkoNw2C57Di2umTLVnvOmpDCyuMsZ1ju8RBkFsMY%2BNcPiSNhUa08vXxKALarLW0zbDTPuUFIfyfxBffe5IvdUR8XEIBRJf8Bi2rygfdzOq1x7xE3Daa1DbyzSbWyuC2Edhf9MoMvegMzA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
15+
"nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
16+
"server": "cloudflare",
17+
"cf-ray": "9106dda7e8b55693-OSL",
18+
"alt-svc": "h3=\":443\"; ma=86400",
19+
"server-timing": "cfL4;desc=\"?proto=TCP&rtt=28604&min_rtt=28604&rtt_var=14302&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=189&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0\""
20+
}
21+
}

src/__tests__/__snapshots__/api.tests.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`
4-
feed(url: "https://non-existing-domain.com") { title }
4+
feed(url: "https://non--------existing-domain.com") { title }
55
1`] = `
66
{
77
"data": {

src/__tests__/api.tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ testGraphqlApi`
4848
`;
4949

5050
testGraphqlApi`
51-
feed(url: "https://non-existing-domain.com") { title }
51+
feed(url: "https://non--------existing-domain.com") { title }
5252
`;
5353

5454
testGraphqlApi`

0 commit comments

Comments
 (0)