]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/site_controller_test.rb
Remove both Potlatch versions
[rails.git] / test / controllers / site_controller_test.rb
index b7571b1f54668ce9f03003e8b5e6d3b8b381f18f..4d08a8d0c3fda1d7ba6b017912ecf549e74df587 100644 (file)
@@ -7,14 +7,12 @@ class SiteControllerTest < ActionDispatch::IntegrationTest
     super
 
     Settings.id_key = create(:client_application).key
-    Settings.potlatch2_key = create(:client_application).key
   end
 
   ##
   # clear oauth keys
   def teardown
     Settings.id_key = nil
-    Settings.potlatch2_key = nil
   end
 
   ##