Port RS auth job removal to Solid Queue
This commit is contained in:
@@ -5,6 +5,7 @@ RSpec.describe Rs::OauthController, type: :controller 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 "GET /rs/oauth/:username" do
|
||||
|
||||
Reference in New Issue
Block a user