Port RS auth job removal to Solid Queue
This commit is contained in:
@@ -7,6 +7,7 @@ RSpec.describe RemoteStorageAuthorization, type: :model do
|
||||
|
||||
before do
|
||||
allow_any_instance_of(AppCatalog::WebApp).to receive(:update_metadata).and_return(true)
|
||||
allow_any_instance_of(RemoteStorageAuthorization).to receive(:remove_token_expiry_job).and_return(nil)
|
||||
end
|
||||
|
||||
describe "#create" do
|
||||
|
||||
Reference in New Issue
Block a user