mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix BDD test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user