Commit 2a646be
fix: use port 4401 for E2E test backend to avoid conflict with production
The NAS self-hosted runner also runs the production server on port 4400,
causing the E2E backend to fail to bind. Tests then ran against the
production DB, breaking the profile-dependent chat/status test.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f83044b commit 2a646be
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
| |||
0 commit comments