Skip to content

Commit 6e2ede0

Browse files
committed
fixup
1 parent 0fd6f8d commit 6e2ede0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/python/plotly/plotly/tests/test_orca/test_orca_server.py

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def test_external_server_url():
164164
# Build external orca command
165165
orca_path = which("orca")
166166
cmd_list = [orca_path] + [
167+
"--no-sandbox",
167168
"serve",
168169
"-p",
169170
str(port),

0 commit comments

Comments
 (0)