test: update ownership-aware assertions

This commit is contained in:
lda
2026-06-04 18:42:08 +07:00 Unverified
parent 71a6519658
commit f764b1717f
2 changed files with 15 additions and 14 deletions
@@ -37,6 +37,9 @@ class FakeRegistryProvider:
def config_source_ids(self) -> set[str]:
return {"github.work"}
def config_source_ownership(self) -> dict[str, str]:
return {"github.work": "locked"}
class FakeMutationProvider:
def __init__(self) -> None: