We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3f818 commit efd8799Copy full SHA for efd8799
agent/tests/test_lib_aws_sdk_php.c
@@ -77,7 +77,7 @@ NR_PHP_WRAPPER(aws_dynamodb_set_params_wrapper) {
77
* argument 1 is is used to pass in the test name
78
*/
79
80
- test_name = nr_php_get_user_func_arg(3, NR_EXECUTE_ORIG_ARGS);
+ test_name = nr_php_get_user_func_arg(1, NR_EXECUTE_ORIG_ARGS);
81
82
/*
83
* argument 3 is is used to pass in the expected value
0 commit comments