1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00

Remove comment

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

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)