Skip to content

Commit

Permalink
fix integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Jul 15, 2024
1 parent 8be3fcb commit db9ec45
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 @@ -262,7 +262,7 @@ public async Task AppRunnerRedeployment_VisibleOnRedeploymentSettings()
var settings = await restClient.GetConfigSettingsAsync(redeploymentSessionId);

Assert.True(settings.OptionSettings.First(x => x.Id.Equals("ServiceName")).Visible);
Assert.False(settings.OptionSettings.First(x => x.Id.Equals("EncryptionKmsKey")).Visible);
Assert.True(settings.OptionSettings.First(x => x.Id.Equals("EncryptionKmsKey")).Visible);
}
finally
{
Expand Down

0 comments on commit db9ec45

Please sign in to comment.