We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a12b6b commit bc05768Copy full SHA for bc05768
packages/common-library/tests/test_json_serialization.py
@@ -98,6 +98,7 @@ def test_compatiblity_with_json_interface(
98
99
100
def test_serialized_model_with_urls(faker: Faker):
101
+ # See: https://github.com/ITISFoundation/osparc-simcore/pull/6852
102
class M(BaseModel):
103
any_http_url: AnyHttpUrl
104
any_url: AnyUrl
0 commit comments