Skip to content

Commit 7c3f818

Browse files
Update agent/tests/test_lib_aws_sdk_php.c
Co-authored-by: bduranleau-nr <[email protected]>
1 parent 138d51f commit 7c3f818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/tests/test_lib_aws_sdk_php.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ NR_PHP_WRAPPER(aws_dynamodb_set_params_wrapper) {
109109
if (nr_php_is_zval_valid_string(test_name)) {
110110
test_name_string = Z_STRVAL_P(test_name);
111111
} else {
112-
test_name_string = "Parmas should match expected.";
112+
test_name_string = "Params should match expected.";
113113
}
114114

115115
tlib_pass_if_str_equal(test_name_string, expected_string, result_string);

0 commit comments

Comments
 (0)