Commit 8016f2a
committed
test: rename realistic-CI test, fix env_var note
The previous name oversold the scenario - credentials aren't "absent",
they're stringified placeholders. Jinja `env_var('FOO')` with FOO
unset renders the literal string "None" into the YAML, which Pydantic
accepts for Postgres's `user`/`password` (both typed `str`). The test
proves the gate prevents a connection attempt, not that credentials
are missing. Renamed to test_format_does_not_open_state_connection
and rewrote the docstring to describe what actually happens.
Coding-Agent: pi
Model: anthropic/claude-opus-4-7
Signed-off-by: Joe Hartshorn <8881940+j-hartshorn@users.noreply.github.com>1 parent 4c5c80e commit 8016f2a
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2304 | 2304 | | |
2305 | 2305 | | |
2306 | 2306 | | |
2307 | | - | |
| 2307 | + | |
2308 | 2308 | | |
2309 | 2309 | | |
2310 | 2310 | | |
2311 | 2311 | | |
2312 | 2312 | | |
2313 | 2313 | | |
2314 | 2314 | | |
2315 | | - | |
2316 | | - | |
| 2315 | + | |
| 2316 | + | |
| 2317 | + | |
| 2318 | + | |
| 2319 | + | |
| 2320 | + | |
2317 | 2321 | | |
2318 | 2322 | | |
2319 | 2323 | | |
| |||
0 commit comments