From c9e0beb4acd20926b7b453b4c03cb6ce03a77bfa Mon Sep 17 00:00:00 2001 From: Brendan Jurd Date: Tue, 21 Nov 2023 09:10:04 +1100 Subject: [PATCH] Update docs and tests for new prompt wording. --- docs/audit.md | 2 +- tests/audit/io_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/audit.md b/docs/audit.md index 5446ba1f6..4451ba0b2 100644 --- a/docs/audit.md +++ b/docs/audit.md @@ -29,7 +29,7 @@ Secret Type: Secret Keyword 68: } 69: ], ---------- -Is this a secret that should be committed to this repository? (y)es, (n)o, (s)kip, (q)uit: +Should this be committed to the repository? (y)es, (n)o, (s)kip, (q)uit: ``` There are two common cases for manual labelling: diff --git a/tests/audit/io_test.py b/tests/audit/io_test.py index a75b829a0..b8b29127b 100644 --- a/tests/audit/io_test.py +++ b/tests/audit/io_test.py @@ -12,7 +12,7 @@ 'allow_backstep': True, }, ( - 'Is this a secret that should be committed to this repository? ' + 'Should this be committed to the repository? ' '(y)es, (n)o, (s)kip, (b)ack, (q)uit: ' ), ),