Remove comment

This commit is contained in:
Pedro Silva 2022-10-10 14:39:12 +01:00
parent b59cd28b1d
commit d9baa5be66
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ describe("Internal API - /applications endpoints", () => {
expect(updatedApp.name).not.toEqual(app.name)
})
// Skip this test because of the if line 44 in InternalAPIClient.ts
it("POST - Revert Changes without changes", async () => {
const [response, app] = await config.applications.create(generateApp())
expect(response).toHaveStatusCode(200)