File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/data-connect/test/unit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ describe('GMPID Tests', () => {
5353 // @ts -ignore
5454 await executeQuery ( queryRef ( dc , '' ) ) . catch ( ( ) => { } ) ;
5555 expect ( fakeFetchImpl ) . to . be . calledWithMatch (
56- 'https://firebasedataconnect.googleapis.com/v1alpha /projects/p/locations/l/services/s/connectors/c:executeQuery' ,
56+ 'https://firebasedataconnect.googleapis.com/v1beta /projects/p/locations/l/services/s/connectors/c:executeQuery' ,
5757 {
5858 headers : {
5959 [ 'x-firebase-gmpid' ] : APPID
@@ -71,7 +71,7 @@ describe('GMPID Tests', () => {
7171 // @ts -ignore
7272 await executeQuery ( queryRef ( dc2 , '' ) ) . catch ( ( ) => { } ) ;
7373 expect ( fakeFetchImpl ) . to . be . calledWithMatch (
74- 'https://firebasedataconnect.googleapis.com/v1alpha /projects/p/locations/l/services/s/connectors/c:executeQuery' ,
74+ 'https://firebasedataconnect.googleapis.com/v1beta /projects/p/locations/l/services/s/connectors/c:executeQuery' ,
7575 {
7676 headers : {
7777 [ 'x-firebase-gmpid' ] : APPID
You can’t perform that action at this time.
0 commit comments