Skip to content

Commit f7b22a0

Browse files
author
Davide Melfi
committed
chore: fix problem
1 parent ce47a74 commit f7b22a0

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=%s"
9+
EXPECTED_STOP_COMMAND="stop,file="
1010

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

0 commit comments

Comments
 (0)