Commit 7f16071430d3517677ca8b00fd29a732da5d51cc

Authored by Victor Costa
2 parents 71af6de4 420124be

Merge branch 'production' of gitlab.com:participa/noosfero into production

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
test/unit/api/session_test.rb
@@ -38,7 +38,6 @@ class SessionTest < ActiveSupport::TestCase @@ -38,7 +38,6 @@ class SessionTest < ActiveSupport::TestCase
38 post "/api/v1/register?#{params.to_query}" 38 post "/api/v1/register?#{params.to_query}"
39 assert_equal 400, last_response.status 39 assert_equal 400, last_response.status
40 json = JSON.parse(last_response.body) 40 json = JSON.parse(last_response.body)
41 - print "JSon: #{json}\n"  
42 end 41 end
43 42
44 end 43 end