Skip to content

Commit

Permalink
fix plan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorgan committed Jan 10, 2025
1 parent 6f6498c commit c928d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/test_behavior/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def calculate_hint(changed_files: list[str]) -> Hint:
for language in LANGUAGE_BINDING:
setattr(hint, f"binding_{language}", True)
hint.all_service = True
hint.integration_object_store = true
hint.integration_object_store = True

if p == ".github/workflows/test_behavior_core.yml":
hint.core = True
Expand Down

0 comments on commit c928d32

Please sign in to comment.