Skip to content

Commit 3b082d0

Browse files
test: fix test
1 parent d53e7c7 commit 3b082d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai/__tests__/request.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ describe('request methods', () => {
196196
// See: https://github.com/firebase/firebase-js-sdk/blob/main/packages/vertexai/src/requests/request.test.ts#L172
197197
// expect(headers.get('X-Firebase-AppCheck')).toBe('dummytoken');
198198
expect(warnSpy).toHaveBeenCalledWith(
199-
expect.stringMatching(/vertexai/),
199+
expect.stringMatching(/firebase\/ai/),
200200
expect.stringMatching(/App Check.*oops/),
201201
);
202202
});

0 commit comments

Comments
 (0)