We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c2d74 commit 80f8c3bCopy full SHA for 80f8c3b
tests/3d-infinite-grid-test.test.ts
@@ -19,7 +19,7 @@ test(
19
)
20
21
const colorResponse = await fetch(
22
- `${serverUrl}?svg_type=3d&format=png&background_color=%23ffffff&background_opacity=0&show_infinite_grid=true&code=${encodedCode}`,
+ `${serverUrl}?svg_type=3d&format=png&background_color=%23ffffff&show_infinite_grid=true&code=${encodedCode}`,
23
24
25
expect(colorResponse.status).toBe(200)
0 commit comments