test(#5619): pin codex helper to the active config path

This commit is contained in:
Rod Boev
2026-07-05 17:01:39 -04:00
parent 1124fd882a
commit 17ee8b5edc
+1
View File
@@ -30,6 +30,7 @@ def _configure_codex(monkeypatch, tmp_path, default="gpt-5.3-codex-spark"):
"fallback_providers": [],
})
monkeypatch.setattr(config, "_cfg_mtime", 0.0)
monkeypatch.setattr(config, "_cfg_path", config._get_config_path(), raising=False)
config.invalidate_models_cache()