Skip to content

Commit

Permalink
headless new
Browse files Browse the repository at this point in the history
  • Loading branch information
sehrish30 committed Jul 23, 2023
1 parent 11f26bb commit ec81df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appartment-cdk/lib/lambda-fns/ddbstream/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { SNSClient, PublishCommand } from "@aws-sdk/client-sns";

const client = new SNSClient({ region: process.env.AWS_REGION });

if(!process.env.TopicArn){
console.log("No topic arn found")
if (!process.env.TopicArn) {
console.log("No topic arn found");
}

const input = {
Expand Down
2 changes: 1 addition & 1 deletion headlessBrowserTesting/tests/helpers/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CustomPage {

static async build() {
const browser = await puppeteer.launch({
headless: false,
headless: true,
// tinker around settings of vm
args: ["--no-sandbox"],
});
Expand Down

0 comments on commit ec81df1

Please sign in to comment.