Skip to content

Commit

Permalink
clear DBT_DEBUG after test_env_vars_secrets (#9978)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk authored Apr 18, 2024
1 parent f5f9591 commit 4c58754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/context_methods/test_env_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,4 @@ def test_env_vars_secrets(self, project):

assert not ("secret_variable" in log_output)
assert "regular_variable" in log_output
del os.environ["DBT_DEBUG"]

0 comments on commit 4c58754

Please sign in to comment.