Commit a80286357d78e25ac60eaaffdc46a9a49cd08d10

Authored by Evandro Junior
1 parent 3215dbd8

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 36 post "/api/v1/register?#{params.to_query}"
37 37 assert_equal 201, last_response.status
38 38 json = JSON.parse(last_response.body)
39   - ap json
40 39 assert json['activated']
41 40 assert json['private_token'].present?
42 41 end
... ...