Skip to content

Commit a425e92

Browse files
committed
fix(catalog): remove stale authorization test mock
1 parent abd50b8 commit a425e92

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/tests/unit/services/authorization/test_route_ceiling_guards.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ async def test_custom_component_editor_passes_ceiling(monkeypatch, owner):
414414
MagicMock(return_value=({"tool_mode": False}, instance)),
415415
)
416416
monkeypatch.setattr(endpoints, "get_instance_name", lambda _i: "MyComponent")
417-
monkeypatch.setattr(endpoints, "_requires_component_hash_lookups", lambda *_a, **_k: False)
418417
# Settings: custom components allowed, no admin-only gate.
419418
settings = SimpleNamespace(allow_custom_components=True, custom_component_admin_only=False)
420419
monkeypatch.setattr(endpoints, "get_settings_service", lambda: SimpleNamespace(settings=settings))

0 commit comments

Comments
 (0)