Skip to content

Commit 3a16c41

Browse files
committed
Fix id and comment of variable in array test
The comment had the id, and id was empty
1 parent bdcf841 commit 3a16c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/probes/yamlfilecontent/test_probes_yamlfilecontent_array.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
<variables>
8989

90-
<local_variable comment="oval:0:var:2" datatype="string" version="1" id="">
90+
<local_variable comment="variable with two values" datatype="string" version="1" id="oval:0:var:2">
9191
<!-- The use of split should force creation of a local variable with two values
9292
NOTE: Wildly untested! -->
9393
<split delimiter="|">

0 commit comments

Comments
 (0)