Commit 420124be5389b76785d830f4120366cd35e4bde1
1 parent
c857b114
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Removed wrong log from session_test
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 |