Fix BDD test

This commit is contained in:
Fang-Pen Lin
2025-11-04 09:24:21 -08:00
parent ba16793de5
commit 088059b305

View File

@@ -321,7 +321,7 @@ def apply_value_with_jq(context: Context, var_path: str, jq_query: str):
).first()
@then("the value {var_path} with jq {jq_query} should be equal to json")
@then('the value {var_path} with jq "{jq_query}" should be equal to json')
def step_impl(context: Context, var_path: str, jq_query: str):
value, result = apply_value_with_jq(
context=context,