X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/84d90fabe44a7aff9a111162cbd1e1d463ac1f9c..0ff89c31e4f8a0c3fc31772c4cf914c4fd7f5656:/test/controllers/site_controller_test.rb diff --git a/test/controllers/site_controller_test.rb b/test/controllers/site_controller_test.rb index b7571b1f5..4d08a8d0c 100644 --- a/test/controllers/site_controller_test.rb +++ b/test/controllers/site_controller_test.rb @@ -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 ##