Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/hound/browser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule Hound.Browser do
browser = browser(browser_name)

user_agent =
user_agent(opts[:user_agent] || browser.default_user_agent)
user_agent(opts[:user_agent] || browser.default_user_agent())
|> Hound.Metadata.append(opts[:metadata])

capabilities = %{browserName: browser_name}
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule Hound.Mixfile do
[
extra_applications: [:logger],
mod: {Hound, []},
description: 'Integration testing and browser automation library',
description: ~c"Integration testing and browser automation library",
]
end

Expand Down