Skip to content

Commit

Permalink
[py] fix unit test for firefox options, proxy key should be outside o…
Browse files Browse the repository at this point in the history
…f options

Signed-off-by: Lucas Tierney <lucast1533@gmail.com>
  • Loading branch information
lmtierney committed Aug 1, 2019
1 parent 15d8c41 commit e12031f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_creates_capabilities(options):
assert opts['binary'] == '/bar'
assert opts['prefs']['foo'] == 'bar'
assert opts['profile'] == profile.encoded
assert opts['proxy']['proxyType'] == ProxyType.MANUAL['string']
assert caps['proxy']['proxyType'] == ProxyType.MANUAL['string']
assert opts['log']['level'] == 'debug'


Expand Down

0 comments on commit e12031f

Please sign in to comment.