Skip to content

Commit 5342097

Browse files
committed
fix copypasta re mastra vs mastraAgentLocal
1 parent 681ea69 commit 5342097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/e2e/tests/mastraTests/backendToolRenderingPage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { test, expect } from "@playwright/test";
22

3-
test("[MastraAgentLocal] Backend Tool Rendering displays weather cards", async ({ page }) => {
3+
test("[Mastra] Backend Tool Rendering displays weather cards", async ({ page }) => {
44
// Set shorter default timeout for this test
55
test.setTimeout(30000); // 30 seconds total
66

0 commit comments

Comments
 (0)