Skip to content

Commit

Permalink
Align test with new text.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna committed Jan 29, 2025
1 parent 90dd262 commit 2299305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/commands/export/create.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},
];

Expand Down

0 comments on commit 2299305

Please sign in to comment.