Ruby: Add test where response body is not referenced

This commit is contained in:
Asger F
2023-03-31 11:10:47 +02:00
parent 209aebad61
commit 504a0f8112

View File

@@ -25,3 +25,5 @@ def get(domain, path)
end
get("example.com", "/").body
Net::HTTP.post(uri, "some_body") # note: response body not accessed