Skip to content

Commit 07796c2

Browse files
committed
fix: correct db2 test credentials to match compose file
1 parent ef50f7b commit 07796c2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/core/engine_adapter/integration/config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,13 @@ gateways:
219219
type: db2
220220
host: {{ env_var('DOCKER_HOSTNAME', 'localhost') }}
221221
port: {{ env_var('DB2_PORT', '50001') }}
222-
database: {{ env_var('DB2_DATABASE', 'testdb') }}
222+
database: {{ env_var('DB2_DATABASE', 'TESTDB') }}
223223
username: {{ env_var('DB2_USERNAME', 'db2inst1') }}
224-
password: {{ env_var('DB2_PASSWORD', 'password') }}
224+
password: {{ env_var('DB2_PASSWORD', 'db2inst1') }}
225225
db2_schema: {{ env_var('DB2_SCHEMA', 'DB2INST1') }}
226226
check_import: false
227227
state_connection:
228228
type: duckdb
229-
# ... keep whatever was here before ...
230229

231230
inttest_fabric:
232231
connection:

0 commit comments

Comments
 (0)