Skip to content

Commit

Permalink
fix skipif condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschubert committed May 10, 2024
1 parent 7917b4a commit 13f2f08
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -289,7 +289,7 @@ def get_machine_arn(sm_name, sfn_client):


pytestmark = pytest.mark.skipif(
condition=is_not_legacy_provider, reason="Test suite only for legacy provider."
condition=is_not_legacy_provider(), reason="Test suite only for legacy provider."
)


Expand Down

0 comments on commit 13f2f08

Please sign in to comment.