Skip to content

Commit

Permalink
fix test user names
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 19, 2024
1 parent 08a7912 commit 3c02f5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ extra-dependencies = [
"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@setup-shared-tests#subdirectory=dbt-tests-adapter",
]
[tool.hatch.envs.integration-tests.env-vars]
DBT_TEST_USER_1 = "dbt_test_role_1"
DBT_TEST_USER_2 = "dbt_test_role_2"
DBT_TEST_USER_3 = "dbt_test_role_3"
DBT_TEST_USER_1 = "dbt_test_user_1"
DBT_TEST_USER_2 = "dbt_test_user_2"
DBT_TEST_USER_3 = "dbt_test_user_3"
[tool.hatch.envs.integration-tests.scripts]
all = "python -m pytest {args:tests/functional}"

Expand Down
6 changes: 3 additions & 3 deletions test.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ POSTGRES_TEST_PASS=
POSTGRES_TEST_DATABASE=
POSTGRES_TEST_THREADS=

DBT_TEST_USER_1=dbt_test_role_1
DBT_TEST_USER_2=dbt_test_role_2
DBT_TEST_USER_3=dbt_test_role_3
DBT_TEST_USER_1=dbt_test_user_1
DBT_TEST_USER_2=dbt_test_user_2
DBT_TEST_USER_3=dbt_test_user_3

0 comments on commit 3c02f5e

Please sign in to comment.