log on scan job finish

This commit is contained in:
Dylan Knutson
2023-03-28 23:09:43 +09:00
parent 6321b7ebb3
commit 9dab7cdeb5
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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