Skip to content

Commit

Permalink
Update failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Takahiro-Yoko committed Jan 4, 2025
1 parent 6cbb30c commit e2bf216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def exploit
'headers' => { 'Content-Type' => 'text/plain' },
'data' => body
})
fail_with(Failure::Unreachable, 'Connection failed.') unless res
fail_with(Failure::Unknown, 'Unexpected server reply.') unless res
end

end

0 comments on commit e2bf216

Please sign in to comment.