mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +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