mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-01 19:02:49 +00:00
In case of workflow delete action, the returned 404 status code considered as invalid although it's a valid code for not found (deleted) entity. Removed verification of the status. Only success should be verified. Fixes #33524