Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-20 06:20:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-20 06:20:24 +0300
commitd99f2ee027ec0f098207ce7df55feac0021a36c1 (patch)
tree10229774f2d7f11d3bd1981b8999e4be41b42114 /spec/support
parent27272e0696cedeed1f55f3ce09983fe8e849f7ba (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/migration.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/migration.rb b/spec/support/migration.rb
index fc8a4bb12fb..d9db7ae52fe 100644
--- a/spec/support/migration.rb
+++ b/spec/support/migration.rb
@@ -18,6 +18,7 @@ RSpec.configure do |config|
config.after(:context, :migration) do
Gitlab::CurrentSettings.clear_in_memory_application_settings!
+ Gitlab::ApplicationSettingFetcher.clear_in_memory_application_settings!
end
config.append_after(:context, :migration) do