diff options
author | Bnyro <bnyro@tutanota.com> | 2024-10-09 11:59:31 +0200 |
---|---|---|
committer | Bnyro <bnyro@tutanota.com> | 2024-11-24 12:41:57 +0100 |
commit | f31a3a2053b07b834c5143bd6be4eaf05c1a014d (patch) | |
tree | 9f74011af2301a313b6780e711324efd88435b70 /tests/robot | |
parent | 0253c10b522fe2e8206db78e37066771ce90cf92 (diff) | |
download | searxng-f31a3a2053b07b834c5143bd6be4eaf05c1a014d.tar.gz searxng-f31a3a2053b07b834c5143bd6be4eaf05c1a014d.zip |
[chore] *: fix typos detected by typos-cli
Diffstat (limited to 'tests/robot')
-rw-r--r-- | tests/robot/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/robot/__main__.py b/tests/robot/__main__.py index 20b15ef04..7a3e8f34c 100644 --- a/tests/robot/__main__.py +++ b/tests/robot/__main__.py @@ -65,7 +65,7 @@ def main(): test_layer.setUp() run_robot_tests([getattr(test_webapp, x) for x in dir(test_webapp) if x.startswith('test_')]) except Exception: # pylint: disable=broad-except - print('Error occured: {0}'.format(traceback.format_exc())) + print('Error occurred: {0}'.format(traceback.format_exc())) sys.exit(1) finally: test_layer.tearDown() |