Skip to content

Commit b4a27c8

Browse files
committed
Fixed tests
1 parent c7590a1 commit b4a27c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/data-connect/test/unit/gmpid.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)