Skip to content

Commit

Permalink
Extend test to not raise on common-definitions=legacy variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed May 23, 2024
1 parent bb9204c commit f8cd10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_integration_common_definitions():
for project in ["navigate", "engage", "shape"]:
if project in attrs.extra_attributes:
legacy_var = attrs.__getattr__(project)
if legacy_var in existing_variables:
if legacy_var != code and legacy_var in existing_variables:
legacy_variables[legacy_var] = code

if legacy_variables:
Expand Down

0 comments on commit f8cd10f

Please sign in to comment.