Skip to content

Commit

Permalink
fix: add missing constant for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Apr 1, 2022
1 parent 5b8355f commit 8495595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/AWS.Deploy.CLI.UnitTests/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ internal static class Constants
{
public const string ASPNET_CORE_ASPNET_CORE_FARGATE_RECIPE_ID = "AspNetAppEcsFargate";
public const string ASPNET_CORE_BEANSTALK_RECIPE_ID = "AspNetAppElasticBeanstalkLinux";
public const string ASPNET_CORE_APPRUNNER_ID = "AspNetAppAppRunner";

public const string CONSOLE_APP_FARGATE_SERVICE_RECIPE_ID = "ConsoleAppEcsFargateService";
public const string CONSOLE_APP_FARGATE_SCHEDULE_TASK_RECIPE_ID = "ConsoleAppEcsFargateScheduleTask";
Expand Down

0 comments on commit 8495595

Please sign in to comment.