Skip to content

Commit

Permalink
Fix Click CLI test DB Name (#6895)
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke authored Feb 8, 2023
1 parent bc01584 commit c6d0e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/functional/minimal_cli/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{{
config(
target_database='postgres',
target_database='dbt',
target_schema='snapshots',
unique_key='sample_num',
strategy='timestamp',
Expand Down Expand Up @@ -68,12 +68,12 @@ def profiles_config_update(self):
"outputs": {
"dev": {
"type": "postgres",
"database": "postgres",
"dbname": "dbt",
"schema": "jaffle_shop",
"host": "localhost",
"user": "root",
"port": 5432,
"password": "password",
"pass": "password",
}
},
"target": "dev",
Expand Down

0 comments on commit c6d0e7c

Please sign in to comment.