Skip to content

Commit

Permalink
missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jan 6, 2025
1 parent ac2b424 commit db8625a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/aws_profile_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ static int s_aws_profile_sso_session_without_name_test(struct aws_allocator *all
aws_prepare_profile_test(allocator, s_sso_session_without_name, AWS_PST_CONFIG);

ASSERT_NOT_NULL(profile_collection);
EXPECT_SECTION_COUNT(profile_collection, AWS_PROFILE_SECTION_TYPE_PROFILE, 0);
EXPECT_SECTION_COUNT(profile_collection, AWS_PROFILE_SECTION_TYPE_SSO_SESSION, 1);
EXPECT_SECTION(profile_collection, AWS_PROFILE_SECTION_TYPE_SSO_SESSION, "session");
EXPECT_PROPERTY_COUNT(profile_collection, AWS_PROFILE_SECTION_TYPE_SSO_SESSION, "session", 1);
Expand Down

0 comments on commit db8625a

Please sign in to comment.