Skip to content

Commit

Permalink
fix fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Dec 4, 2023
1 parent 02da301 commit 67af6b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ def dbt_profile_data(dbt_profile_target, profiles_config_update):
if profiles_config_update:
profile.update(profiles_config_update)
return profile


@pytest.fixture(scope='class')
def profile_user(dbt_profile_target):
return dbt_profile_target.get('user', dbt_profile_target.get('client_id'))

0 comments on commit 67af6b4

Please sign in to comment.