]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/site_controller_test.rb
Merge remote-tracking branch 'openstreetmap/pull/1401'
[rails.git] / test / controllers / site_controller_test.rb
index afa50a35696a2acfee56caceca4ab64b1dbdb08b..5efddd52e0914d7afa59ea54dfc80ab287ccbe5d 100644 (file)
@@ -6,10 +6,10 @@ class SiteControllerTest < ActionController::TestCase
   ##
   # setup oauth keys
   def setup
-    Object.const_set("ID_KEY", client_applications(:oauth_web_app).key)
-    Object.const_set("POTLATCH2_KEY", client_applications(:oauth_web_app).key)
+    Object.const_set("ID_KEY", create(:client_application).key)
+    Object.const_set("POTLATCH2_KEY", create(:client_application).key)
 
-    stub_signup_requests
+    stub_hostip_requests
   end
 
   ##