log on scan job finish
This commit is contained in:
@@ -38,6 +38,7 @@ class Domain::Fa::Job::ScanPostJob < Domain::Fa::Job::FaJobBase
|
||||
fa_id: @post.fa_id,
|
||||
}],
|
||||
) if @submission_entry && @submission_entry.status_code == 200
|
||||
logger.info "finished post scan"
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
@@ -26,7 +26,7 @@ describe Domain::Twitter::Job::UserTimelineTweetsJob do
|
||||
end
|
||||
|
||||
context "scanning an exisitng user with no tw_id" do
|
||||
it "updates the user", quiet: false do
|
||||
it "updates the user" do
|
||||
gallery_dl_user_with_no_tweets_sequence(gallery_dl_client_mock)
|
||||
user = Domain::Twitter::User.create!(name: "curtus")
|
||||
expect do
|
||||
|
||||
Reference in New Issue
Block a user