Skip to content

Commit 640da20

Browse files
committed
fix: add missing serverUrl prop to ToolsTab test
1 parent 24a7cd1 commit 640da20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/__tests__/ToolsTab.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ describe("ToolsTab", () => {
6868
error: null,
6969
resourceContent: {},
7070
onReadResource: jest.fn(),
71+
serverUrl: "http://localhost:3000",
7172
};
7273

7374
const renderToolsTab = (props = {}) => {

0 commit comments

Comments
 (0)