Commit a80286357d78e25ac60eaaffdc46a9a49cd08d10
1 parent
3215dbd8
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
removed debug command
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
test/unit/api/session_test.rb
@@ -36,7 +36,6 @@ class SessionTest < ActiveSupport::TestCase | @@ -36,7 +36,6 @@ class SessionTest < ActiveSupport::TestCase | ||
36 | post "/api/v1/register?#{params.to_query}" | 36 | post "/api/v1/register?#{params.to_query}" |
37 | assert_equal 201, last_response.status | 37 | assert_equal 201, last_response.status |
38 | json = JSON.parse(last_response.body) | 38 | json = JSON.parse(last_response.body) |
39 | - ap json | ||
40 | assert json['activated'] | 39 | assert json['activated'] |
41 | assert json['private_token'].present? | 40 | assert json['private_token'].present? |
42 | end | 41 | end |