Skip to content

Commit 471a8d4

Browse files
author
Davide Melfi
committed
chore: another fix
1 parent b57791f commit 471a8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/aws-lambda-java-profiler/integration_tests/invoke_function_custom_options.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PAYLOAD='{"key": "value"}'
66

77
# Expected profiler commands (should match create_function.sh)
88
EXPECTED_START_COMMAND="start,event=wall,interval=1us,file=/tmp/profile.jfr"
9-
EXPECTED_STOP_COMMAND="stop,file="
9+
EXPECTED_STOP_COMMAND="stop,file=%s"
1010

1111
echo "Invoking Lambda function with custom profiler options: $FUNCTION_NAME_CUSTOM_PROFILER_OPTIONS"
1212

0 commit comments

Comments
 (0)