Skip to content

Commit 6c5d07d

Browse files
committed
Remove unwanted _
1 parent be345bb commit 6c5d07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth/test/integration/flows/hosting_link.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('Integration test: hosting link validation', () => {
5454
}
5555
});
5656

57-
it('allows user to sign in with default firebase_hosting_link', async () => {
57+
it('allows user to sign in with default firebase hosting link', async () => {
5858
// Sends email link to user using default hosting link.
5959
await sendSignInLinkToEmail(
6060
auth,
@@ -63,7 +63,7 @@ describe('Integration test: hosting link validation', () => {
6363
);
6464
});
6565

66-
it('allows user to sign in to a tenant with default firebase_hosting_link', async () => {
66+
it('allows user to sign in to a tenant with default firebase hosting link', async () => {
6767
auth.tenantId = TEST_TENANT_ID;
6868
// Sends email link to user using default hosting link.
6969
await sendSignInLinkToEmail(

0 commit comments

Comments
 (0)