diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-07-05 08:34:03 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-07-05 08:34:03 +0200 |
commit | 70117265d6e572dba8483f6aef31668a31937d29 (patch) | |
tree | 0c99ebe21e4a350034254dedfcf63a8f7834a074 /tests/end2end/features/test_prompts_bdd.py | |
parent | e3c6a0b76612c0fc1787527f4210f9c60f647724 (diff) | |
download | qutebrowser-70117265d6e572dba8483f6aef31668a31937d29.tar.gz qutebrowser-70117265d6e572dba8483f6aef31668a31937d29.zip |
Fix some a/an misspellings
Thanks to https://github.com/jwilk/anorack
Diffstat (limited to 'tests/end2end/features/test_prompts_bdd.py')
-rw-r--r-- | tests/end2end/features/test_prompts_bdd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/test_prompts_bdd.py b/tests/end2end/features/test_prompts_bdd.py index feb4a633f..d4b2dbc8c 100644 --- a/tests/end2end/features/test_prompts_bdd.py +++ b/tests/end2end/features/test_prompts_bdd.py @@ -21,7 +21,7 @@ import pytest_bdd as bdd bdd.scenarios('prompts.feature') -@bdd.when("I load a SSL page") +@bdd.when("I load an SSL page") def load_ssl_page(quteproc, ssl_server): # We don't wait here as we can get an SSL question. quteproc.open_path('/', port=ssl_server.port, https=True, wait=False) |