Skip to content

Commit b443338

Browse files
committed
[py] Call headless correctly
1 parent fb4a2de commit b443338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ py_test_suite(
479479
),
480480
args = [
481481
"--instafail",
482-
"--headless=true",
482+
"--headless",
483483
] + BROWSERS["chrome"]["args"],
484484
data = BROWSERS["chrome"]["data"],
485485
env_inherit = ["DISPLAY"],

0 commit comments

Comments
 (0)