Skip to content

Commit 2ebacb6

Browse files
committed
update test
1 parent 849e444 commit 2ebacb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin/src/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ defined on your team and site and much more. Run npx netlify init to get started
255255
expect(mockLogger.info).toHaveBeenNthCalledWith(1, 'Environment loaded', expect.objectContaining({}))
256256
expect(mockLogger.info).toHaveBeenNthCalledWith(
257257
2,
258-
'Middleware loaded. Emulating features: blobs, environmentVariables, functions, geolocation, headers, images, redirects, static.',
258+
'Middleware loaded. Emulating features: aiGateway, blobs, environmentVariables, functions, geolocation, headers, images, redirects, static.',
259259
expect.objectContaining({}),
260260
)
261261
expect(mockLogger.info).toHaveBeenNthCalledWith(

0 commit comments

Comments
 (0)