Skip to content

Commit db9ec45

Browse files
committed
fix integ test
1 parent 8be3fcb commit db9ec45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AWS.Deploy.CLI.IntegrationTests/ServerModeTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public async Task AppRunnerRedeployment_VisibleOnRedeploymentSettings()
262262
var settings = await restClient.GetConfigSettingsAsync(redeploymentSessionId);
263263

264264
Assert.True(settings.OptionSettings.First(x => x.Id.Equals("ServiceName")).Visible);
265-
Assert.False(settings.OptionSettings.First(x => x.Id.Equals("EncryptionKmsKey")).Visible);
265+
Assert.True(settings.OptionSettings.First(x => x.Id.Equals("EncryptionKmsKey")).Visible);
266266
}
267267
finally
268268
{

0 commit comments

Comments
 (0)