Delint from a local pronto run

This commit is contained in:
Michael Ball 2021-02-24 20:53:28 -08:00 committed by CactusPuppy
parent 5f9f451dda
commit 9abaf38e5a
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -35,6 +35,7 @@ def mock_commercial_request
end
def mock_image_request
# TODO-SNAPCON: This needs to be configurable somehow.
WebMock.stub_request(:post, 'https://api.cloudinary.com/v1_1/snapcon/image/destroy')
.to_return(status: 200, body: {}.to_json, headers: {})
end