summaryrefslogtreecommitdiff
path: root/billing/test/functional/customers_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'billing/test/functional/customers_controller_test.rb')
-rw-r--r--billing/test/functional/customers_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/test/functional/customers_controller_test.rb b/billing/test/functional/customers_controller_test.rb
index 58b6155..2a431da 100644
--- a/billing/test/functional/customers_controller_test.rb
+++ b/billing/test/functional/customers_controller_test.rb
@@ -45,7 +45,7 @@ class CustomersControllerTest < ActionController::TestCase
login @other_user
get :new
assert_response :redirect
- assert_equal edit_customer_url(@customer), response.header['Location']
+ assert_equal edit_customer_url(@customer), response.header['Location'] #todo should pass user not customer
end