Skip to content

Commit 02031d1

Browse files
committed
Don't specify lastRefreshTime in integration tests
Since specifying this when importing users isn't supported.
1 parent 8bb80c1 commit 02031d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/auth.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,8 @@ describe('admin.auth', () => {
25172517
metadata: {
25182518
lastSignInTime: now,
25192519
creationTime: now,
2520-
lastRefreshTime: null, // TODO(rsgowman): Switch to 'now' once importing users supports lastRefreshTime
2520+
// TODO(rsgowman): Enable once importing users supports lastRefreshTime
2521+
//lastRefreshTime: now,
25212522
},
25222523
providerData: [
25232524
{

0 commit comments

Comments
 (0)