Skip to content

Commit

Permalink
updated the connection parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajasekhar-Vuppala committed May 30, 2024
1 parent 6748c6e commit 0b50d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@pytest.fixture(scope="module")
def vconn():
engine = sa.create_engine('vertica+vertica_python://dbadmin:[email protected]:5433/vertica_db')
engine = sa.create_engine('vertica+vertica_python://dbadmin:abc123@localhost:5433/VMart')
conn = engine.connect()
try:
yield [engine, conn]
Expand Down

0 comments on commit 0b50d9a

Please sign in to comment.