Skip to content

Commit d8f78cf

Browse files
committed
fixes test
1 parent 971ecc4 commit d8f78cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/isolated/test_products_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ def test_product_host_regex_with_spaces():
8686

8787
product = Product.parse_obj(data)
8888
assert product.host_regex.pattern == expected
89-
assert product.host_regex.search("osparcf.speag.com")
89+
assert product.host_regex.search("osparc.speag.com")

0 commit comments

Comments
 (0)