From 7d86ad9203b000758b38a91f2b3cbe0bea8d52cd Mon Sep 17 00:00:00 2001 From: Philippe El Asmar Date: Fri, 27 Aug 2021 13:14:00 -0400 Subject: [PATCH] fix integration tests --- test/AWS.Deploy.CLI.IntegrationTests/ServerModeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/AWS.Deploy.CLI.IntegrationTests/ServerModeTests.cs b/test/AWS.Deploy.CLI.IntegrationTests/ServerModeTests.cs index beb178896..59b0df50f 100644 --- a/test/AWS.Deploy.CLI.IntegrationTests/ServerModeTests.cs +++ b/test/AWS.Deploy.CLI.IntegrationTests/ServerModeTests.cs @@ -142,7 +142,7 @@ public async Task GetRecommendationsWithEncryptedCredentials() Assert.Equal("AspNetAppElasticBeanstalkLinux", getRecommendationOutput.Recommendations.FirstOrDefault().RecipeId); var listDeployStdOut = interactiveService.StdOutReader.ReadAllLines(); - Assert.Contains("Waiting on encryption key info from stdin", listDeployStdOut); + Assert.Contains("Waiting on symmetric key from stdin", listDeployStdOut); Assert.Contains("Encryption provider enabled", listDeployStdOut); } finally