Skip to content

Commit 26584e3

Browse files
Wow there is a test
1 parent 6d20b58 commit 26584e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/test/unit/remote/rest_connection.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ describe('RestConnection', () => {
9191
expect(connection.lastHeaders).to.deep.equal({
9292
'Authorization': 'Bearer owner',
9393
'Content-Type': 'text/plain',
94+
'X-Firebase-GMPID': 'test-app-id',
9495
'X-Goog-Api-Client': `gl-js/ fire/${SDK_VERSION}`
9596
});
9697
});

0 commit comments

Comments
 (0)