summaryrefslogtreecommitdiffstats
path: root/tests/features/crud_database.feature
diff options
context:
space:
mode:
authorAndy Schoenberger <akschoenberger@gmail.com>2022-11-17 23:13:05 -0500
committerGitHub <noreply@github.com>2022-11-17 20:13:05 -0800
commitd6ca4c346462844f3209cedfdc892def2fddf38d (patch)
treebd5da927a2d1b4ce1506d461ab58c18a318f8c0e /tests/features/crud_database.feature
parentfa054a5546d33ed34586513f71f371f81ef6ecfd (diff)
Add config option to not automatically restart connection on destructive warning abort; defaults to not restarting. (#1379)
Diffstat (limited to 'tests/features/crud_database.feature')
-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 ed13bbe0..87da4e39 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