Skip to content

Commit ce1dd80

Browse files
committed
refactor: remove blank line in PetStoreApiTests.spec.ts
1 parent c85ca73 commit ce1dd80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/api_tests/petStore/PetStoreApiTests.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ test.describe.serial('CRUD API tests for the Pet Store API', async () => {
1818

1919
test('create a new pet - [POST] /pet', { tag: [TestTags.PET_STORE] }, async ({ petStoreApi }) => {
2020
await test.step('create a new pet via post request', async () => {
21-
2221
let response = await petStoreApi.createNewPet(payloads.createdPet)
2322
let responseBody: IPet = await response?.json();
2423
expect(response?.status()).toBe(StatusCode.OK);

0 commit comments

Comments
 (0)