summaryrefslogtreecommitdiff
path: root/app/services/integrations/test/project_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/integrations/test/project_service.rb')
-rw-r--r--app/services/integrations/test/project_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/integrations/test/project_service.rb b/app/services/integrations/test/project_service.rb
index d72ca928c34..31c8f02c7b6 100644
--- a/app/services/integrations/test/project_service.rb
+++ b/app/services/integrations/test/project_service.rb
@@ -42,4 +42,4 @@ module Integrations
end
end
-Integrations::Test::ProjectService.prepend_if_ee('::EE::Integrations::Test::ProjectService')
+Integrations::Test::ProjectService.prepend_mod_with('Integrations::Test::ProjectService')