From 17ee8b5edcc83f355bda8fbc03c73f0621d3bf76 Mon Sep 17 00:00:00 2001 From: Rod Boev Date: Sun, 5 Jul 2026 17:01:39 -0400 Subject: [PATCH] test(#5619): pin codex helper to the active config path --- tests/test_issue1680_codex_spark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_issue1680_codex_spark.py b/tests/test_issue1680_codex_spark.py index 9bda94695..513fd734e 100644 --- a/tests/test_issue1680_codex_spark.py +++ b/tests/test_issue1680_codex_spark.py @@ -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()