We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ed2d5 commit ce488f8Copy full SHA for ce488f8
1 file changed
press/press/doctype/server/test_server.py
@@ -75,7 +75,7 @@ def create_test_server(
75
"plan": plan,
76
"public": public,
77
"use_for_new_sites": 1 if public else 0,
78
- "use_new_benches": 1 if public else 0,
+ "use_for_new_benches": 1 if public else 0,
79
"virtual_machine": create_test_virtual_machine(
80
platform=plan_doc.platform if plan_doc else "x86_64",
81
disk_size=plan_doc.disk if plan_doc else 25,
0 commit comments