Skip to content

Commit

Permalink
fix managed schemas project
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Goblet authored and bneijt committed Jun 17, 2022
1 parent e99ee63 commit f228f57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class TestDanglingModels:
@pytest.fixture(scope="class")
def project_config_update(self):
return {
"managed_schemas": [
"managed-schemas": [
{
"database": os.getenv("POSTGRES_TEST_DATABASE", "dbt"),
"schema": "dbt",
Expand Down

0 comments on commit f228f57

Please sign in to comment.