fix(n8n-sandbox): remove unused port selector
Test / test (pull_request) Canceled after 0s

This commit is contained in:
git-hermes
2026-09-03 10:37:49 +02:00
parent 405524b036
commit e2b6a35b26
3 changed files with 5 additions and 4 deletions
+3 -1
View File
@@ -74,7 +74,8 @@ describe("n8n-sandbox installation secrets", () => {
expect(apiKey?.type).toBe('password')
expect(apiKey?.required).toBe(true)
expect(apiKey?.min).toBeGreaterThanOrEqual(48)
expect(config.tipi_version).toBeGreaterThanOrEqual(2)
expect(config.port).toBeUndefined()
expect(config.tipi_version).toBeGreaterThanOrEqual(5)
})
})
@@ -84,6 +85,7 @@ describe("n8n-sandbox post-install documentation", () => {
expect(description).toContain('services:\n n8n-2:\n environment:')
expect(description).toContain('N8N_SANDBOX_SERVICE_URL=http://sandbox-api:8080')
expect(description).toContain("Runtipi ne demande aucun port pour cette app")
expect(description).not.toContain('sandbox-api:<PORT')
expect(description).toContain('N8N_SANDBOX_SERVICE_API_KEY=<clé choisie lors de linstallation>')
expect(description).toContain('/opt/runtipi/app-data/migrated/searxng/data/settings.yml')