corrected test to match the new way the error shows up based on previous feedback

This commit is contained in:
Dave Poole 2024-05-15 23:00:54 +00:00
Родитель 03446f89ac
Коммит baa630dab7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -357,7 +357,7 @@ teardown(){
verify_substatus_item "$status_file" AppHealthStatus success "Application found to be healthy"
verify_substatus_item "$status_file" ApplicationHealthState success Healthy
verify_substatus_item "$status_file" VMWatch error "VMWatch failed: .* VMWatch process exited. Error: signal: killed.**"
verify_substatus_item "$status_file" VMWatch error "VMWatch failed: .* VMWatch process exited. Error:.* Failed to assign VMWatch process to cgroup.**"
}
@test "handler command: enable/disable - vm watch killed when disable is called" {