Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 6, 2024
1 parent b9c9331 commit 0ea5ce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/credentials_provider_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ static struct aws_credentials_provider *s_create_sts_based_provider(
.profile_collection_cached = merged_profiles,
.tls_ctx = options->tls_ctx,
.function_table = options->function_table,
.shutdown_options = options->shutdown_options,
};
sts_options.creds_provider =
s_credentials_provider_new_profile_internal(allocator, &profile_provider_options, source_profiles_table);
Expand Down

0 comments on commit 0ea5ce0

Please sign in to comment.