pilot/lib/pilot/tester_manager.rb in fastlane-2.48.0.beta.20170721010003 vs pilot/lib/pilot/tester_manager.rb in fastlane-2.48.0.beta.20170722010002

- old
+ new

@@ -111,10 +111,10 @@ UI.user_error!("Account #{current_user.email_address} is only an 'App Manager' and therefore you must also define what app this tester (#{email}) should be added to") end tester = Spaceship::Tunes::Tester::Internal.find_by_app(app.apple_id, email) tester ||= Spaceship::Tunes::Tester::External.find_by_app(app.apple_id, email) else - UI.user_error!("Account #{current_user.email} doesn't have a role that is allowed to administer app testers, current roles: #{current_user.roles}") + UI.user_error!("Account #{current_user.email_address} doesn't have a role that is allowed to administer app testers, current roles: #{current_user.roles}") tester = nil end if tester UI.success("Found existing tester #{email}")