Merge remote-tracking branch 'origin/main' into codex/p0-obs-002-20260715
This commit is contained in:
@@ -244,6 +244,8 @@ def test_migration_is_additive_rls_and_does_not_store_raw_content() -> None:
|
||||
"with check (project_id = current_setting('app.project_id', true))" in lowered
|
||||
)
|
||||
assert "drop table" not in lowered
|
||||
assert "references awooop_projects" not in lowered
|
||||
assert lowered.count("check (project_id = 'awoooi')") == 2
|
||||
assert "request_body" not in lowered
|
||||
assert "response_body" not in lowered
|
||||
assert "raw_content jsonb" not in lowered
|
||||
|
||||
Reference in New Issue
Block a user