Skip to content

Commit 7a2f9f3

Browse files
committed
Merge branch 'main' of https://github.com/rubyforgood/human-essentials into 2059-partner-groups
2 parents 1e4abe0 + d8c13ad commit 7a2f9f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/views/account_request_mailer/confirmation.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
</p>
2828

2929
<p>
30-
<a href='https://staging.humanessentials.app/'>DiaperBase</a>
30+
<a href='https://staging.humanessentials.app/users/sign_in'>DiaperBase</a>
3131
<br>
3232
<span>Username: org_admin1@example.com</span>
3333
<br>
3434
<span>Password: password</span>
3535
</p>
3636

3737
<p>
38-
<a href='https://staging.partner.humanessentials.app/'>PartnerBase</a>
38+
<a href='https://staging.humanessentials.app/partner_users/sign_in'>PartnerBase</a>
3939
<br>
4040
<span>Username: verified@example.com</span>
4141
<br>

spec/mailers/account_request_mailer_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
end
2626

2727
it 'should include the staging/demo account information' do
28-
expect(mail.body.encoded).to match(%r{<a href='https://staging.humanessentials.app/'>DiaperBase</a>})
28+
expect(mail.body.encoded).to match(%r{<a href='https://staging.humanessentials.app/users/sign_in'>DiaperBase</a>})
2929
expect(mail.body.encoded).to match('Username: org_admin1@example.com')
3030
expect(mail.body.encoded).to match('Password: password')
3131

32-
expect(mail.body.encoded).to match(%r{<a href='https://staging.partner.humanessentials.app/'>PartnerBase</a>})
32+
expect(mail.body.encoded).to match(%r{<a href='https://staging.humanessentials.app/partner_users/sign_in'>PartnerBase</a>})
3333
expect(mail.body.encoded).to match('Username: verified@example.com')
3434
expect(mail.body.encoded).to match('Password: password')
3535
end

0 commit comments

Comments
 (0)