Skip to content

Commit

Permalink
Tests: Fix tests/functional/test_timezones.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 20, 2024
1 parent dc43dac commit 9908d47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ addopts = """
--ignore-glob=tests/functional/test_ref_override.py
--ignore-glob=tests/functional/test_relation_name.py
--ignore-glob=tests/functional/test_severity.py
--ignore-glob=tests/functional/test_timezones.py
--ignore-glob=tests/functional/unit_testing/*
"""
log_level = "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/test_timezones.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def dbt_profile_data(self, unique_schema):
"port": int(os.getenv("POSTGRES_TEST_PORT", 5432)),
"user": os.getenv("POSTGRES_TEST_USER", "crate"),
"pass": os.getenv("POSTGRES_TEST_PASS", ""),
"dbname": os.getenv("POSTGRES_TEST_DATABASE", "dbt"),
"dbname": os.getenv("POSTGRES_TEST_DATABASE", "crate"),
"schema": unique_schema,
},
},
Expand Down

0 comments on commit 9908d47

Please sign in to comment.