Skip to content

Commit 4ce9678

Browse files
committed
[rb] code expects zip to be a string key for profile
1 parent 2d6374c commit 4ce9678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/common/profile_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.included(base)
3030
end
3131

3232
def as_json(*)
33-
{zip: Zipper.zip(layout_on_disk)}
33+
{"zip" => Zipper.zip(layout_on_disk)}
3434
end
3535

3636
def to_json(*)

0 commit comments

Comments
 (0)