Skip to content

Commit

Permalink
chore: fix test with no default features
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed Mar 23, 2023
1 parent f8d6bff commit d41ca4d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ mod test {
make_test!(ecs_credentials);
make_test!(ecs_credentials_invalid_profile);

#[cfg(feature = "credentials-sso")]
make_test!(sso_assume_role);
#[cfg(feature = "credentials-sso")]
make_test!(sso_no_token_file);

#[tokio::test]
Expand Down

0 comments on commit d41ca4d

Please sign in to comment.