Skip to content

Commit af4bf76

Browse files
committed
Fix test
1 parent d527c50 commit af4bf76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/hello_nexus/without_workflow_service_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async def test_nexus_service_without_service_definition(client: Client):
1919
)
2020
try:
2121
result = await execute_caller_workflow(client)
22-
assert result == "Hello world from sync operation!"
22+
assert result == "Hello world from workflow run operation!"
2323
finally:
2424
await delete_nexus_endpoint(
2525
id=create_response.endpoint.id,

0 commit comments

Comments
 (0)