mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 01:14:45 +02:00
test: update stale assertions post feature/mesh-intelligence merge
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d88c6273ec
commit
dcb53ae30c
15 changed files with 182 additions and 130 deletions
|
|
@ -105,7 +105,7 @@ def test_subjects_for_empty_region_falls_back_to_bare_wildcards():
|
|||
assert _subjects_for(adapter, None) == expected, f"None region mismatch for {adapter}"
|
||||
# Unknown adapters return empty regardless of region.
|
||||
assert _subjects_for("ducting", "us.id") == []
|
||||
assert _subjects_for("avalanche", "") == []
|
||||
assert _subjects_for("avalanche", "") != [] # avalanche now in central pipeline
|
||||
|
||||
|
||||
# --------------------------------------------------------------------- integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue