Skip to content

Commit

Permalink
blank line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed May 9, 2024
1 parent ea21dfd commit 6e359c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/credentials_provider_ecs_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -894,13 +894,11 @@ static int s_credentials_provider_ecs_basic_success_uri_env(struct aws_allocator
{
.full_uri = "http://[::1]:8080/credentials",
.expected_uri = "http://[::1]:8080/credentials",

},
/* IPv6 EKS host */
{
.full_uri = "http://[fd00:ec2::23]:8080/credentials",
.expected_uri = "http://[fd00:ec2::23]:8080/credentials",

},
};

Expand Down

0 comments on commit 6e359c8

Please sign in to comment.