Skip to content

Commit

Permalink
Explicitly set owner of cache table for flowdb test
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Jun 17, 2022
1 parent 6b27283 commit 57b791d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flowdb/tests/test_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57b791d

Please sign in to comment.