Skip to content

Commit

Permalink
[Backport 1.8.latest] Tweak project-test-config deprecation test for …
Browse files Browse the repository at this point in the history
…misc deprecations (#10469)

* Tweak project-test-config deprecation test for misc deprecations (#10391)

(cherry picked from commit b59c907)

* Empty commit to trigger github actions

---------

Co-authored-by: Gerda Shank <[email protected]>
Co-authored-by: Quigley Malcolm <[email protected]>
  • Loading branch information
3 people authored Jul 18, 2024
1 parent 2a8b0d6 commit 2b378be
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 @@ -385,5 +385,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 2b378be

Please sign in to comment.