summaryrefslogtreecommitdiffstats
path: root/test/test_completion_refresher.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:07:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:07:27 +0000
commit4b19ab73104667d0c582537db4f4d130634cc678 (patch)
treef37cd3ba874d781f6fe8264b0dba34addf07730a /test/test_completion_refresher.py
parentAdding upstream version 1.26.1. (diff)
downloadmycli-upstream.tar.xz
mycli-upstream.zip
Adding upstream version 1.27.2.upstream/1.27.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/test_completion_refresher.py')
-rw-r--r--test/test_completion_refresher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_completion_refresher.py b/test/test_completion_refresher.py
index cdc2fb5..31359cf 100644
--- a/test/test_completion_refresher.py
+++ b/test/test_completion_refresher.py
@@ -19,7 +19,7 @@ def test_ctor(refresher):
assert len(refresher.refreshers) > 0
actual_handlers = list(refresher.refreshers.keys())
expected_handlers = ['databases', 'schemata', 'tables', 'users', 'functions',
- 'special_commands', 'show_commands']
+ 'special_commands', 'show_commands', 'keywords']
assert expected_handlers == actual_handlers