We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53e7c7 commit 3b082d0Copy full SHA for 3b082d0
packages/ai/__tests__/request.test.ts
@@ -196,7 +196,7 @@ describe('request methods', () => {
196
// See: https://github.com/firebase/firebase-js-sdk/blob/main/packages/vertexai/src/requests/request.test.ts#L172
197
// expect(headers.get('X-Firebase-AppCheck')).toBe('dummytoken');
198
expect(warnSpy).toHaveBeenCalledWith(
199
- expect.stringMatching(/vertexai/),
+ expect.stringMatching(/firebase\/ai/),
200
expect.stringMatching(/App Check.*oops/),
201
);
202
});
0 commit comments