Skip to content

Commit 58c5867

Browse files
Try to reproduce this issue
1 parent 7fa75d0 commit 58c5867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-services/services/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
@test_utils.handler()
2323
async def echo(context: Context, input: str) -> str:
24+
print(await context.time())
2425
return input
2526

2627
@test_utils.handler(name="uppercaseEcho")

0 commit comments

Comments
 (0)