We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d527c50 commit af4bf76Copy full SHA for af4bf76
1 file changed
tests/hello_nexus/without_workflow_service_test.py
@@ -19,7 +19,7 @@ async def test_nexus_service_without_service_definition(client: Client):
19
)
20
try:
21
result = await execute_caller_workflow(client)
22
- assert result == "Hello world from sync operation!"
+ assert result == "Hello world from workflow run operation!"
23
finally:
24
await delete_nexus_endpoint(
25
id=create_response.endpoint.id,
0 commit comments