Skip to content

Commit b71f30a

Browse files
Fixed linting error
1 parent 3a5b7e5 commit b71f30a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import { expect, test } from "@playwright/test";
22
import getRestApiGatewayBaseUrl from "../../helpers/aws-gateway-helper";
33
import { getLettersBySupplier } from "../../helpers/generate-fetch-test-data";
4-
import { SUPPLIERID, SUPPLIER_LETTERS, DATA } from "../../constants/api-constants";
4+
import {
5+
DATA,
6+
SUPPLIERID,
7+
SUPPLIER_LETTERS,
8+
} from "../../constants/api-constants";
59
import { createValidRequestHeaders } from "../../constants/request-headers";
610
import {
711
error404ResponseBody,

0 commit comments

Comments
 (0)