Commit bb95ec3
authored
[codex] Normalize Windows path in MCP startup snapshot test (openai#16204)
## Summary
A Windows-only snapshot assertion in the app-server MCP startup warning
test compared the raw rendered path, so CI saw `C:\tmp\project` instead
of the normalized `/tmp/project` snapshot fixture.
## Fix
Route that snapshot assertion through the existing
`normalize_snapshot_paths(...)` helper so the test remains
platform-stable.1 parent af568af commit bb95ec3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11760 | 11760 | | |
11761 | 11761 | | |
11762 | 11762 | | |
11763 | | - | |
| 11763 | + | |
11764 | 11764 | | |
11765 | 11765 | | |
11766 | 11766 | | |
| |||
0 commit comments