Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlamz committed Jun 5, 2024
1 parent 88351f2 commit 2e54598
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/container/tests/iam_authentication.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const sslCertificate = {
ca: readFileSync("/app/global-bundle.pem").toString()
};

async function getIpAddress(host: string) {
function getIpAddress(host: string) {
return promisify(lookup)(host, {});
}

Expand Down Expand Up @@ -149,7 +149,6 @@ describe("iamTests", () => {
it("testIamValidConnectionPropertiesNoPassword", async () => {
const config = await initDefaultConfig(env.databaseInfo.clusterEndpoint, env.databaseInfo.clusterEndpointPort);
config["password"] = undefined;
config["ssl"] = sslCertificate;
const client: AwsPGClient | AwsMySQLClient = initClientFunc(config);

client.on("error", (error: any) => {
Expand Down

0 comments on commit 2e54598

Please sign in to comment.