Skip to content

Commit e7e9282

Browse files
authored
Apply suggestions from code review
1 parent 51816e8 commit e7e9282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/acceptance/01_vars/02_functions/classfilterdata_array_of_objects_foo.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bundle agent test(context, index)
77
{
88
meta:
99
"description" -> { "ENT-6193", "CFE-3421" }
10-
string => "Test for expected results from policy function classfilterdata() with array of objects using context '$(with)' and key $(key)",
10+
string => "Test for expected results from policy function classfilterdata() with array of objects using context '$(with)' and key 'key_$(index)'",
1111
with => join("', '", "context");
1212

1313
vars:

tests/acceptance/01_vars/02_functions/classfilterdata_array_of_objects_foo_bar.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bundle agent test(context, index)
77
{
88
meta:
99
"description" -> { "ENT-6193", "CFE-3421" }
10-
string => "Test for expected results from policy function classfilterdata() with array of objects using context '$(with)' and key $(key)",
10+
string => "Test for expected results from policy function classfilterdata() with array of objects using context '$(with)' and key 'key_$(index)'",
1111
with => join("', '", "context");
1212

1313
vars:

0 commit comments

Comments
 (0)