Skip to content

Commit

Permalink
fix cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
micossow committed Nov 15, 2023
1 parent d826798 commit 162f969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class AmazonCliTestSuite

// then
outLines.mkString("\n") shouldBe empty
errLines.mkString("\n") should include("An error occurred (QueueDoesNotExist) when calling the SendMessage operation: The specified queue does not exist.")
errLines.mkString("\n") should include("The specified queue does not exist.")
}

test(s"should tag, untag and list queue tags ${version.name}", Only213) {
Expand Down

0 comments on commit 162f969

Please sign in to comment.