-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Unused Settings - Part 1 #19096
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,9 @@ | |
let(:upload) { create(:higher_level_review_v1, status: 'received') } | ||
|
||
it 'ignores them' do | ||
with_settings(Settings.modules_appeals_api, higher_level_review_updater_enabled: true) do | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe that unlike the subsequent files, this batch version's There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mathisto are you saying you would like me to leave There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mathisto Can you be more specific about what changes you want here? |
||
Sidekiq::Testing.inline! { AppealsApi::HigherLevelReviewUploadStatusBatch.new.perform } | ||
upload.reload | ||
expect(upload.status).to eq('received') | ||
end | ||
Sidekiq::Testing.inline! { AppealsApi::HigherLevelReviewUploadStatusBatch.new.perform } | ||
upload.reload | ||
expect(upload.status).to eq('received') | ||
end | ||
end | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Riley added this last year in #14455. @rileyanderson, we don't see
Settings.terms_of_use.provisioner_cookie_domain
called anywhere. I just wanted to check with you before we deleted this.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talked to Riley and
provisioner_cookie_domain
isn't being used