From 22993056513489b9ad2c1b2eb923a2b67b322fbd Mon Sep 17 00:00:00 2001 From: Cleve Stuart Date: Wed, 29 Jan 2025 10:09:35 -0500 Subject: [PATCH] Align test with new text. --- test/commands/export/create.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/commands/export/create.mjs b/test/commands/export/create.mjs index 8b7e3fe7..4b9ecba8 100644 --- a/test/commands/export/create.mjs +++ b/test/commands/export/create.mjs @@ -203,12 +203,12 @@ idempotent_replayed: true { description: "an empty string is given as the --idempotency input", args: "--destination s3://test-bucket/test/key --idempotency ", - expectedError: "--idempotency cannot be an empty string.", + expectedError: "--idempotency can't be an empty string.", }, { description: "an blank string is given as the --idempotency input", args: "--destination s3://test-bucket/test/key --idempotency ' '", - expectedError: "--idempotency cannot be an empty string.", + expectedError: "--idempotency can't be an empty string.", }, ];