summaryrefslogtreecommitdiff
path: root/users/test/integration/api/account_flow_test.rb
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2012-11-05 09:58:44 -0800
committerjessib <jessib@riseup.net>2012-11-05 09:58:44 -0800
commit3515a598341282c20feb5950a81f43552280688d (patch)
tree74a2d250faeddc76b3b9955c1085282f9cc13956 /users/test/integration/api/account_flow_test.rb
parentfb1c8e60335fefc55191eee16d83f53d2e9a2031 (diff)
parentcf1e7ee20f713068cadf5cfa78840115e0a8a081 (diff)
Merge branch 'develop' into help_develop
Diffstat (limited to 'users/test/integration/api/account_flow_test.rb')
-rw-r--r--users/test/integration/api/account_flow_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/test/integration/api/account_flow_test.rb b/users/test/integration/api/account_flow_test.rb
index 66de1e5..5800d46 100644
--- a/users/test/integration/api/account_flow_test.rb
+++ b/users/test/integration/api/account_flow_test.rb
@@ -39,7 +39,7 @@ class AccountFlowTest < ActionDispatch::IntegrationTest
end
test "signup response" do
- assert_json_response @user_params.slice(:login, :password_salt)
+ assert_json_response :login => @login, :ok => true
assert_response :success
end