We are PDA

This commit is contained in:
Mark Moser
2017-05-04 13:01:02 -05:00
parent 47054265c8
commit e009fc3330
4 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ module AuthTestHelper
def auth_recruiter
post admin_auth_url, params: { auth:
{ email: 'pdr.recruiter@mailinator.com', password: 'password' } }
{ email: 'pda.recruiter@mailinator.com', password: 'password' } }
end
def auth_reviewer