apply reef identifier batch 0006
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a053ff-1d6f-7fe2-ac1c-a6eb40a42a0c
This commit is contained in:
parent
d63f8b27e7
commit
c52d222cc6
11 changed files with 109 additions and 16 deletions
|
|
@ -162,7 +162,7 @@ def test_sync_uses_two_requests_and_exact_pushed_commit(tmp_path: Path) -> None:
|
|||
if request.url.path == "/state/health":
|
||||
return httpx.Response(
|
||||
200,
|
||||
json={"status": "ok", "instance_role": "primary", "instance_label": "railliance01"},
|
||||
json={"status": "ok", "instance_role": "primary", "instance_label": "railiance01"},
|
||||
)
|
||||
payload = __import__("json").loads(request.content)
|
||||
assert (
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ def test_projection_migration_client_requires_primary_and_exact_seal(tmp_path: P
|
|||
json={
|
||||
"status": "ok",
|
||||
"instance_role": "primary",
|
||||
"instance_label": "railliance01",
|
||||
"instance_label": "railiance01",
|
||||
},
|
||||
)
|
||||
assert request.url.path == "/identifier-migrations/repositories/one/apply"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue