We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6374c commit 4ce9678Copy full SHA for 4ce9678
rb/lib/selenium/webdriver/common/profile_helper.rb
@@ -30,7 +30,7 @@ def self.included(base)
30
end
31
32
def as_json(*)
33
- {zip: Zipper.zip(layout_on_disk)}
+ {"zip" => Zipper.zip(layout_on_disk)}
34
35
36
def to_json(*)
0 commit comments