Skip to content

Commit df8f660

Browse files
committed
Fix DC
1 parent 54e7c6c commit df8f660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async def env(env_type: str) -> AsyncGenerator[WorkflowEnvironment, None]:
137137
"--dynamic-config-value",
138138
'system.system.refreshNexusEndpointsMinWait="0s"',
139139
"--dynamic-config-value",
140-
"history.enableSignalWithStartFromWorkflow",
140+
"history.enableSignalWithStartFromWorkflow=true",
141141
],
142142
dev_server_download_version=DEV_SERVER_DOWNLOAD_VERSION,
143143
)

0 commit comments

Comments
 (0)