Skip to content

Commit

Permalink
Tweak project-test-config deprecation test for misc deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Jul 1, 2024
1 parent c215697 commit 475148e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/functional/dependencies/test_local_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,5 +390,4 @@ def test_dependency_tests_config(self, project):
run_dbt(["parse"])
# Check that project-test-config is NOT in active deprecations, since "tests" is only
# in a dependent project.
expected = set()
assert expected == deprecations.active_deprecations
assert "project-test-config" not in deprecations.active_deprecations

0 comments on commit 475148e

Please sign in to comment.