Commit f14aeffd authored by Winnie Hellmann's avatar Winnie Hellmann

Resolve conflicts in spec/models/project_services/kubernetes_service_spec.rb

parent 3f8b713d
......@@ -412,7 +412,6 @@ describe KubernetesService, :use_clean_rails_memory_store_caching do
context 'if the services is active' do
it 'should return a message' do
expect(kubernetes_service.deprecation_message).to match(/Your Kubernetes cluster information on this page is still editable/)
<<<<<<< HEAD
end
end
......@@ -451,8 +450,6 @@ describe KubernetesService, :use_clean_rails_memory_store_caching do
context 'if the services is active' do
it 'should return a message' do
expect(kubernetes_service.deprecation_message).to match(/Your Kubernetes cluster information on this page is still editable/)
=======
>>>>>>> upstream/master
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment