Skip to content

Commit 68d422b

Browse files
committed
fixes pydyantic_extension
1 parent fbd0a36 commit 68d422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/pydantic_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def __str__(self) -> str:
2525

2626

2727
assert str(Secret4TestsStr("123456890")) == "1*******0"
28-
assert repr(Secret4TestsStr("123456890")) == "SecretStr('1*******0')"
28+
assert "1*******0" in repr(Secret4TestsStr("123456890"))

0 commit comments

Comments
 (0)