Skip to content

Commit 0931ca9

Browse files
committed
lint fixes
1 parent f14850a commit 0931ca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/auth.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,8 +1762,8 @@ describe('admin.auth', () => {
17621762

17631763
// Define expected passkey configuration
17641764
const expectedPasskeyConfig = {
1765-
name: `projects/{$projectId}/passkeyConfig`,
1766-
rpId: `{$projectId}.firebaseapp.com`,
1765+
name: 'projects/{$projectId}/passkeyConfig',
1766+
rpId: '{$projectId}.firebaseapp.com',
17671767
expectedOrigins: ['app1', 'example.com'],
17681768
};
17691769

0 commit comments

Comments
 (0)