Skip to content

Commit

Permalink
Fix no auth token test
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed May 8, 2024
1 parent 422775b commit 77101c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/credentials_provider_ecs_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ static int s_credentials_provider_ecs_no_auth_token_success(struct aws_allocator
ASSERT_SUCCESS(s_do_ecs_success_test(
allocator,
&options,
"https://www.xxx123321testmocknonexsitingawsservice.com:80/path/to/resource/?a=b&c=d" /*expected_uri*/,
"https://www.xxx123321testmocknonexsitingawsservice.com:443/path/to/resource/?a=b&c=d" /*expected_uri*/,
NULL /*expected_token*/));

s_aws_ecs_tester_cleanup();
Expand Down

0 comments on commit 77101c1

Please sign in to comment.