Skip to content

Commit 5b95010

Browse files
committed
use: less heavy site.
1 parent 81992c2 commit 5b95010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/endpoints.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe("E2E Tests - /v1/screenshots", () => {
105105
method: "POST",
106106
headers: { "Content-Type": "application/json" },
107107
body: JSON.stringify({
108-
url: "https://appwrite.io",
108+
url: "https://itznotabug.dev",
109109
fullPage: false,
110110
}),
111111
});
@@ -116,7 +116,7 @@ describe("E2E Tests - /v1/screenshots", () => {
116116
method: "POST",
117117
headers: { "Content-Type": "application/json" },
118118
body: JSON.stringify({
119-
url: "https://appwrite.io",
119+
url: "https://itznotabug.dev",
120120
fullPage: true,
121121
}),
122122
});

0 commit comments

Comments
 (0)