Skip to content

Commit cdda5a7

Browse files
committed
tests: fix test value
1 parent 44b0e54 commit cdda5a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/public/test_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_json_with_ignore_fields():
1313
return """
1414
{
1515
"Job": "get_price",
16-
"price": "1004",
16+
"price": "100",
1717
"duration": "20s",
1818
"timestamp": "2025-10-09T12:00:00Z"
1919
}

0 commit comments

Comments
 (0)