Skip to content

Commit 426b751

Browse files
committed
fix test
1 parent 1e7a01e commit 426b751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ export const MockWorkspace: TypesGen.Workspace = {
10011001
failing_agents: [],
10021002
},
10031003
automatic_updates: "never",
1004-
allow_renames: false,
1004+
allow_renames: true,
10051005
};
10061006

10071007
export const MockStoppedWorkspace: TypesGen.Workspace = {

0 commit comments

Comments
 (0)