Skip to content

Commit 0c5baf0

Browse files
committed
Fix
1 parent 4454285 commit 0c5baf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_flask_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TestFlaskMaskTransform:
3131
while preserving the value length.
3232
"""
3333

34-
@pytest.fixture(scope="class")
34+
@pytest.fixture(scope="class", autouse=True)
3535
def setup_transforms(self):
3636
"""Set up the SDK with mask transforms configured."""
3737
# TODO: Configure transforms when implemented

0 commit comments

Comments
 (0)