From 57b791d9d55aec7af6277e7274f6e544a0b04b56 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Fri, 17 Jun 2022 13:41:34 +0100 Subject: [PATCH] Explicitly set owner of cache table for flowdb test --- flowdb/tests/test_roles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flowdb/tests/test_roles.py b/flowdb/tests/test_roles.py index 7447932fbb4..283ddba65be 100644 --- a/flowdb/tests/test_roles.py +++ b/flowdb/tests/test_roles.py @@ -40,6 +40,7 @@ def test_tables(env): "cache.blah": f""" CREATE TABLE IF NOT EXISTS cache.blah(); + ALTER TABLE cache.blah OWNER TO flowmachine; """, "geography.admin0": """ CREATE TABLE IF NOT EXISTS