X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a6b84a0294a2929006ff056f56103be549c5b5a2..dd8ebf9b091a7dcf70b0ac728f673f4a48e68d5e:/test/controllers/node_controller_test.rb?ds=sidebyside
diff --git a/test/controllers/node_controller_test.rb b/test/controllers/node_controller_test.rb
index 8952daade..0cfc2267c 100644
--- a/test/controllers/node_controller_test.rb
+++ b/test/controllers/node_controller_test.rb
@@ -466,8 +466,8 @@ class NodeControllerTest < ActionController::TestCase
# try and put something into a string that the API might
# use unquoted and therefore allow code injection...
content "" +
- '' +
- ""
+ '' +
+ ""
put :create
assert_require_public_data "Shouldn't be able to create with non-public user"
@@ -478,8 +478,8 @@ class NodeControllerTest < ActionController::TestCase
# try and put something into a string that the API might
# use unquoted and therefore allow code injection...
content "" +
- '' +
- ""
+ '' +
+ ""
put :create
assert_response :success
nodeid = @response.body