summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-03-15 11:34:05 -0700
committerelijah <elijah@riseup.net>2016-03-15 11:34:05 -0700
commit61c2d2c6a584eba1cd757fb7540fc78a8d191e11 (patch)
treea15720cd201fd5840e71c2365a5fbd1ccc1c7130
parent5f5f7255bb060b21b38f698b8a47e9bc89ec665e (diff)
tabs are evil. please don't use them.
-rw-r--r--tests/white-box/webapp.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/white-box/webapp.rb b/tests/white-box/webapp.rb
index 54c00b89..2d4a51f6 100644
--- a/tests/white-box/webapp.rb
+++ b/tests/white-box/webapp.rb
@@ -59,7 +59,7 @@ class Webapp < LeapTest
assert_tmp_user do |user|
command = File.expand_path "../../helpers/soledad_sync.py", __FILE__
soledad_url = "https://#{soledad_server}/user-#{user.id}"
- soledad_cert = "/usr/local/share/ca-certificates/leap_ca.crt"
+ soledad_cert = "/usr/local/share/ca-certificates/leap_ca.crt"
assert_run "#{command} #{user.id} #{user.session_token} #{soledad_url} #{soledad_cert} #{user.password}"
assert_user_db_exists(user)
pass
@@ -119,8 +119,8 @@ class Webapp < LeapTest
sleep 0.2
get(couchdb_url(url)) do |body, response, error|
last_body, last_response, last_error = body, response, error
- # After moving to couchdb, webapp user is not allowed to Read user dbs,
- # but the return code for non-existent databases is 404. See #7674
+ # After moving to couchdb, webapp user is not allowed to Read user dbs,
+ # but the return code for non-existent databases is 404. See #7674
if response.code.to_i == 401
return
end