Skip to content

Commit 80f8c3b

Browse files
committed
remove opacity
1 parent 44c2d74 commit 80f8c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/3d-infinite-grid-test.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test(
1919
)
2020

2121
const colorResponse = await fetch(
22-
`${serverUrl}?svg_type=3d&format=png&background_color=%23ffffff&background_opacity=0&show_infinite_grid=true&code=${encodedCode}`,
22+
`${serverUrl}?svg_type=3d&format=png&background_color=%23ffffff&show_infinite_grid=true&code=${encodedCode}`,
2323
)
2424

2525
expect(colorResponse.status).toBe(200)

0 commit comments

Comments
 (0)