Skip to content

Commit 2a488c3

Browse files
lint
1 parent c5d77f6 commit 2a488c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/component-tests/apiGateway-tests/get-letter-pdf.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test.describe("API Gateway Tests to Verify Get Letter PDF Endpoint", () => {
5151
};
5252
}
5353

54-
const pdfUrl = await response.url(); //function returns response url though get letter data will automatically redirect to the url in the Location header.
54+
const pdfUrl = await response.url(); // function returns response url though get letter data will automatically redirect to the url in the Location header.
5555
const parsed = new URL(pdfUrl);
5656
const expiresParam = parsed.searchParams.get("X-Amz-Expires");
5757
const expiresSeconds = Number(expiresParam);

0 commit comments

Comments
 (0)