Skip to content

Commit

Permalink
Merge pull request #313 from aws/dev
Browse files Browse the repository at this point in the history
chore: release 0.17
  • Loading branch information
philasmar authored Aug 27, 2021
2 parents 2a95cce + 7d86ad9 commit 7666f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AWS.Deploy.CLI.IntegrationTests/ServerModeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7666f38

Please sign in to comment.