File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/firestore/test/unit/remote Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ describe('RestConnection', () => {
96
96
'Content-Type' : 'text/plain' ,
97
97
'X-Firebase-GMPID' : 'test-app-id' ,
98
98
'X-Goog-Api-Client' : `gl-js/ fire/${ SDK_VERSION } ` ,
99
- 'x-firebase-appcheck' : 'some-app-check-token'
99
+ 'x-firebase-appcheck' : 'some-app-check-token' ,
100
+ 'x-goog-request-params' : 'project_id=testproject&database_id=(default)'
100
101
} ) ;
101
102
} ) ;
102
103
@@ -111,7 +112,8 @@ describe('RestConnection', () => {
111
112
expect ( connection . lastHeaders ) . to . deep . equal ( {
112
113
'Content-Type' : 'text/plain' ,
113
114
'X-Firebase-GMPID' : 'test-app-id' ,
114
- 'X-Goog-Api-Client' : `gl-js/ fire/${ SDK_VERSION } `
115
+ 'X-Goog-Api-Client' : `gl-js/ fire/${ SDK_VERSION } ` ,
116
+ 'x-goog-request-params' : 'project_id=testproject&database_id=(default)'
115
117
// Note: AppCheck token should not exist here.
116
118
} ) ;
117
119
} ) ;
You can’t perform that action at this time.
0 commit comments