Skip to content

Commit 8717d55

Browse files
committed
fix: fixed a hurl test
1 parent 2398871 commit 8717d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-tests/roads_polygon_attributecompleteness.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bytes count > 1900
1313

1414
jsonpath "$.result[0].metadata.name" == "Attribute Completeness"
1515
jsonpath "$.result[0].topic.name" == "Roads"
16-
jsonpath "$.result[0].result.description" matches /^26\.\d{1}% of all "roads" features \(all: 103\d{4}\.\d{2} m\) in your area of interest have the selected additional attribute maxspeed \(matched: 278\d{3}\.\d{2} m\)\. The attribute completeness is medium \(25%-75%\)\.$/
16+
jsonpath "$.result[0].result.description" matches /^26\.\d{1}% of all "roads" features \(all: 103\d{1}\.\d{2} km\) in your area of interest have the selected additional attribute maxspeed \(matched: 27\d{1}\.\d{2} km\)\. The attribute completeness is medium \(25%-75%\)\.$/
1717
jsonpath "$.result[0].result.figure.data[0].gauge.steps[0].color" == "tomato"
1818
jsonpath "$.result[0].result.label" == "yellow"
1919

0 commit comments

Comments
 (0)