This commit is contained in:
@@ -74,6 +74,7 @@ describe("n8n-sandbox installation secrets", () => {
|
|||||||
expect(apiKey?.type).toBe('password')
|
expect(apiKey?.type).toBe('password')
|
||||||
expect(apiKey?.required).toBe(true)
|
expect(apiKey?.required).toBe(true)
|
||||||
expect(apiKey?.min).toBeGreaterThanOrEqual(48)
|
expect(apiKey?.min).toBeGreaterThanOrEqual(48)
|
||||||
|
expect(config.tipi_version).toBeGreaterThanOrEqual(2)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"dynamic_config": true,
|
"dynamic_config": true,
|
||||||
"port": 8080,
|
"port": 8080,
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"min_tipi_version": "4.7.0",
|
"min_tipi_version": "4.7.0",
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"author": "n8n",
|
"author": "n8n",
|
||||||
|
|||||||
Reference in New Issue
Block a user