Merge "Fix regex for updated_time in PATCH update api test"
This commit is contained in:
commit
26679638f7
@ -140,7 +140,7 @@ tests:
|
||||
delay: 1.0
|
||||
response_json_paths:
|
||||
$.stack.stack_status: UPDATE_COMPLETE
|
||||
$.stack.updated_time: /(?!$HISTORY['poll for stack UPDATE_COMPLETE'].$RESPONSE['$.stack.updated_time'])/
|
||||
$.stack.updated_time: /^(?!$HISTORY['poll for stack UPDATE_COMPLETE'].$RESPONSE['$.stack.updated_time'])/
|
||||
|
||||
- name: list stack outputs
|
||||
GET: $LAST_URL/outputs
|
||||
|
Loading…
x
Reference in New Issue
Block a user