Skip to content

Commit

Permalink
Update ingestion/tests/e2e/entity/database/test_redshift.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyCr authored Oct 25, 2023
1 parent 4109d60 commit 72870b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/tests/e2e/entity/database/test_redshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
),
validation=ConnectorValidationTestConfig(
profiler=ValidationTestConfig(
database="dev", schema_="dbt_jaffle", table="customers"
database="e2e_cli_tests", schema_="dbt_jaffle", table="customers"
) # type: ignore
),
)
Expand Down

0 comments on commit 72870b6

Please sign in to comment.