fix(a2a): format step definitions file
CI / push-validation (pull_request) Successful in 25s
CI / lint (pull_request) Successful in 27s
CI / build (pull_request) Successful in 32s
CI / helm (pull_request) Successful in 43s
CI / quality (pull_request) Successful in 44s
CI / typecheck (pull_request) Successful in 50s
CI / security (pull_request) Successful in 1m0s
CI / e2e_tests (pull_request) Successful in 3m14s
CI / integration_tests (pull_request) Successful in 3m59s
CI / unit_tests (pull_request) Successful in 5m23s
CI / docker (pull_request) Successful in 1m19s
CI / coverage (pull_request) Successful in 10m45s
CI / status-check (pull_request) Successful in 1s
CI / push-validation (pull_request) Successful in 25s
CI / lint (pull_request) Successful in 27s
CI / build (pull_request) Successful in 32s
CI / helm (pull_request) Successful in 43s
CI / quality (pull_request) Successful in 44s
CI / typecheck (pull_request) Successful in 50s
CI / security (pull_request) Successful in 1m0s
CI / e2e_tests (pull_request) Successful in 3m14s
CI / integration_tests (pull_request) Successful in 3m59s
CI / unit_tests (pull_request) Successful in 5m23s
CI / docker (pull_request) Successful in 1m19s
CI / coverage (pull_request) Successful in 10m45s
CI / status-check (pull_request) Successful in 1s
This commit is contained in:
@@ -156,9 +156,7 @@ def step_ov_data_has_key(context: Context, key: str) -> None:
|
||||
)
|
||||
|
||||
|
||||
@then(
|
||||
r'the opt-val response data key "(?P<key>[^"]+)" should equal "(?P<value>[^"]+)"'
|
||||
)
|
||||
@then(r'the opt-val response data key "(?P<key>[^"]+)" should equal "(?P<value>[^"]+)"')
|
||||
def step_ov_data_key_equals(context: Context, key: str, value: str) -> None:
|
||||
actual = context.ov_response.result.get(key)
|
||||
assert str(actual) == value, f"Expected data['{key}'] = '{value}', got '{actual}'"
|
||||
|
||||
Reference in New Issue
Block a user