X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bbd24879fde842bd00f0b5d7374c2f561b2a9d5b..56e96d856c7fc168b37cf9d26a58a6da8094cedb:/test/controllers/api_controller_test.rb diff --git a/test/controllers/api_controller_test.rb b/test/controllers/api_controller_test.rb index d94312f4b..1ad53145a 100644 --- a/test/controllers/api_controller_test.rb +++ b/test/controllers/api_controller_test.rb @@ -382,7 +382,7 @@ class ApiControllerTest < ActionController::TestCase end def test_permissions_basic_auth - basic_authorization(create(:normal_user).email, "test") + basic_authorization(create(:user).email, "test") get :permissions assert_response :success assert_select "osm > permissions", :count => 1 do