summaryrefslogtreecommitdiffstats
path: root/tests/features/crud_database.feature
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-11-01 04:38:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-11-01 04:38:10 +0000
commit6ad5e5b3d0d0029af2401594ecc398fcb6bc9ff5 (patch)
tree4a648e2fca058a515ad4dfe12302bb9d41ca1c7d /tests/features/crud_database.feature
parentReleasing debian version 3.5.0-5. (diff)
downloadpgcli-6ad5e5b3d0d0029af2401594ecc398fcb6bc9ff5.tar.xz
pgcli-6ad5e5b3d0d0029af2401594ecc398fcb6bc9ff5.zip
Merging upstream version 4.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/features/crud_database.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/crud_database.feature b/tests/features/crud_database.feature
index ed13bbe..87da4e3 100644
--- a/tests/features/crud_database.feature
+++ b/tests/features/crud_database.feature
@@ -5,7 +5,7 @@ Feature: manipulate databases:
When we create database
then we see database created
when we drop database
- then we confirm the destructive warning
+ then we respond to the destructive warning: y
then we see database dropped
when we connect to dbserver
then we see database connected