We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be3fcb commit db9ec45Copy full SHA for db9ec45
test/AWS.Deploy.CLI.IntegrationTests/ServerModeTests.cs
@@ -262,7 +262,7 @@ public async Task AppRunnerRedeployment_VisibleOnRedeploymentSettings()
262
var settings = await restClient.GetConfigSettingsAsync(redeploymentSessionId);
263
264
Assert.True(settings.OptionSettings.First(x => x.Id.Equals("ServiceName")).Visible);
265
- Assert.False(settings.OptionSettings.First(x => x.Id.Equals("EncryptionKmsKey")).Visible);
+ Assert.True(settings.OptionSettings.First(x => x.Id.Equals("EncryptionKmsKey")).Visible);
266
}
267
finally
268
{
0 commit comments