summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_history_bdd.py
diff options
context:
space:
mode:
authorRyan Roden-Corrent <ryan@rcorre.net>2017-06-13 21:14:47 -0400
committerRyan Roden-Corrent <ryan@rcorre.net>2017-06-19 07:44:11 -0400
commitc7a18a8b8d9ff723216d4535257e22e821d67aaf (patch)
tree5306c639684b9519a5de592d420c72a54df13bf9 /tests/end2end/features/test_history_bdd.py
parent4e87773d895b4c14e52231c0b4f997ea9e7933d3 (diff)
downloadqutebrowser-c7a18a8b8d9ff723216d4535257e22e821d67aaf.tar.gz
qutebrowser-c7a18a8b8d9ff723216d4535257e22e821d67aaf.zip
Fix tests for recent sql changes
Diffstat (limited to 'tests/end2end/features/test_history_bdd.py')
-rw-r--r--tests/end2end/features/test_history_bdd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/test_history_bdd.py b/tests/end2end/features/test_history_bdd.py
index c1000d6ce..f5639f5f3 100644
--- a/tests/end2end/features/test_history_bdd.py
+++ b/tests/end2end/features/test_history_bdd.py
@@ -30,7 +30,7 @@ def check_history(quteproc, httpbin, tmpdir, expected):
path = tmpdir / 'history'
quteproc.send_cmd(':debug-dump-history "{}"'.format(path))
quteproc.wait_for(category='message', loglevel=logging.INFO,
- message='Dumped history to {}.'.format(path))
+ message='Dumped history to {}'.format(path))
with open(path, 'r', encoding='utf-8') as f:
# ignore access times, they will differ in each run