Skip to content

Commit 49ad3bc

Browse files
clean up url
1 parent db1deef commit 49ad3bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ test.describe("API Gateway Tests to Verify Get Letter PDF Endpoint", () => {
7373
const id = "non-existing-id-12345";
7474
const headers = createValidRequestHeaders();
7575
const response = await request.get(
76-
`
77-
${baseUrl}/${SUPPLIER_LETTERS}/${id}/${DATA}`,
76+
`${baseUrl}/${SUPPLIER_LETTERS}/${id}/${DATA}`,
7877
{
7978
headers,
8079
},

0 commit comments

Comments
 (0)