From 9abaf38e5a3c47551a1718645e8ec0d7f2008da3 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 24 Feb 2021 20:53:28 -0800 Subject: [PATCH] Delint from a local pronto run --- spec/support/external_request.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/support/external_request.rb b/spec/support/external_request.rb index 83eb47db..c968acd3 100644 --- a/spec/support/external_request.rb +++ b/spec/support/external_request.rb @@ -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