Remove comment
This commit is contained in:
parent
b59cd28b1d
commit
d9baa5be66
|
@ -128,7 +128,6 @@ describe("Internal API - /applications endpoints", () => {
|
||||||
expect(updatedApp.name).not.toEqual(app.name)
|
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 () => {
|
it("POST - Revert Changes without changes", async () => {
|
||||||
const [response, app] = await config.applications.create(generateApp())
|
const [response, app] = await config.applications.create(generateApp())
|
||||||
expect(response).toHaveStatusCode(200)
|
expect(response).toHaveStatusCode(200)
|
||||||
|
|
Loading…
Reference in New Issue