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 620e126 commit 2793576Copy full SHA for 2793576
tests/test_utils.py
@@ -48,7 +48,8 @@ def test_process_js_scenario():
48
49
def test_process_ai_extract_rules():
50
"""It should format ai_extract_rules to a stringified JSON"""
51
- output = process_json_stringify_param({"product_name": "The name of the product", "price": "The price in USD"}, "ai_extract_rules")
+ output = process_json_stringify_param(
52
+ {"product_name": "The name of the product", "price": "The price in USD"}, "ai_extract_rules")
53
assert output == '{"product_name": "The name of the product", "price": "The price in USD"}'
54
55
0 commit comments