Skip to content

Commit

Permalink
chore: remove unecessary ssm test case
Browse files Browse the repository at this point in the history
  • Loading branch information
p5quared committed Oct 2, 2024
1 parent baef042 commit 2445213
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ describe('CDK GraphQL Transformer deployments with Postgres SQL datasources', ()
resourceNames,
});

testGraphQLAPIAutoIncrement(
constructTestOptions('ssm'),
'creates a GraphQL API from SQL-based models with SSM Credential Store',
ImportedRDSType.POSTGRESQL,
);

testGraphQLAPIAutoIncrement(
constructTestOptions('connectionUri'),
'creates a GraphQL API from SQL-based models using Connection String SSM parameter',
Expand Down

0 comments on commit 2445213

Please sign in to comment.