Skip to content

Commit

Permalink
selenium: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Aug 22, 2023
1 parent 9bf0ba7 commit d88671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automon/integrations/seleniumWrapper/config_webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run(self):
try:
return self.webdriver_wrapper.run()
except Exception as e:
log.error(f'failed to run: {e}', raise_exception=True)
log.error(f'failed to run: {e}', enable_traceback=False)

def start(self):
"""alias to run"""
Expand Down

0 comments on commit d88671e

Please sign in to comment.