We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85ca73 commit ce1dd80Copy full SHA for ce1dd80
tests/api_tests/petStore/PetStoreApiTests.spec.ts
@@ -18,7 +18,6 @@ test.describe.serial('CRUD API tests for the Pet Store API', async () => {
18
19
test('create a new pet - [POST] /pet', { tag: [TestTags.PET_STORE] }, async ({ petStoreApi }) => {
20
await test.step('create a new pet via post request', async () => {
21
-
22
let response = await petStoreApi.createNewPet(payloads.createdPet)
23
let responseBody: IPet = await response?.json();
24
expect(response?.status()).toBe(StatusCode.OK);
0 commit comments