Skip to content

Commit

Permalink
adding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Thakur committed Nov 9, 2023
1 parent d72a632 commit 54d1694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ def dbt_profile_target():
return {
'type': 'vertica',
'threads': 1,
'host': '159.65.150.255',
'host': 'localhost',
'username': 'dbadmin',
'password': '',
'database': 'VMart',
'database': 'docker',
'port': 5433,

}
Expand Down Expand Up @@ -105,10 +105,10 @@ def vertica_target():
return {
'type': 'vertica',
'threads': 1,
'host': '159.65.150.255',
'host': 'localhost',
'username': 'dbadmin',
'password': '',
'database': 'VMart',
'database': 'docker',
'port': 5433,
}

Expand Down

0 comments on commit 54d1694

Please sign in to comment.