Skip to content

Commit

Permalink
Fixes tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjameswhitman committed Feb 4, 2023
1 parent d811d6a commit 60c7735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/fluent_bit_init_process_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestSetECSTaskMetadata(t *testing.T) {
ECS_TASK_DEFINITION: "esc-task-definition:1",
}

expectedContent1 := "export FLB_AWS_USER_AGENT=init\n" +
expectedContent1 := "export FLB_AWS_USER_AGENT=ecs-init\n" +
"export AWS_REGION=us-west-2\n" +
"export AWS_AVAILABILITY_ZONE=us-west-2a\n" +
"export ECS_CLUSTER=ecs-Test\n" +
Expand All @@ -135,7 +135,7 @@ func TestSetECSTaskMetadata(t *testing.T) {
ECS_TASK_DEFINITION: "",
}

expectedContent2 := "export FLB_AWS_USER_AGENT=init\n" +
expectedContent2 := "export FLB_AWS_USER_AGENT=ecs-init\n" +
"export AWS_REGION=us-west-1\n" +
"export ECS_CLUSTER=ecs-Test\n"

Expand Down

0 comments on commit 60c7735

Please sign in to comment.