Skip to content

Commit

Permalink
fix test_selective_checks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Sep 20, 2024
1 parent dfbc2a1 commit 258d017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/breeze/tests/test_selective_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ def test_excluded_providers():
assert_outputs_are_printed(
{
"excluded-providers-as-string": json.dumps(
{"3.8": ["cloudant"], "3.9": ["cloudant"], "3.12": ["apache.beam"]}
{"3.8": ["cloudant"], "3.9": ["cloudant"]}
),
},
str(stderr),
Expand Down

0 comments on commit 258d017

Please sign in to comment.