test: move http header related tests from io tests to spec tests

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-06-16 13:13:51 -05:00
committed by Steve Chavez
parent 8fa26ee865
commit b6c12abf0e
7 changed files with 44 additions and 44 deletions
+7
View File
@@ -3870,3 +3870,10 @@ create table visits (
end_time timestamp,
visit_type visit_type
);
create or replace function custom_vary_hdr() returns void as $$
begin
perform set_config('response.headers', '[{"Vary": "X-Test-Accept"}]', false);
end
$$ language plpgsql;