1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Remove comment

This commit is contained in:
Pedro Silva 2022-10-10 14:39:12 +01:00
parent e55d116c5e
commit 12eb99600d

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)