Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Api stack EmailVerificationTest assertRedirect #122

Merged

Conversation

umairparacha00
Copy link
Contributor

fixed the EmailVerificationTest.php

-$response->assertRedirect(RouteServiceProvider::HOME.'?verified=1');
+$response->assertRedirect(config('app.frontend_url').RouteServiceProvider::HOME.'?verified=1');

@taylorotwell taylorotwell merged commit 16589cc into laravel:1.x Jan 26, 2022
@umairparacha00 umairparacha00 deleted the Api_EmailVerificationTest_Fix branch January 26, 2022 16:26
@philliphartin
Copy link

Thank you for fixing this @umairparacha00!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants