Skip to content

Commit db85d68

Browse files
committed
Fix file name in tests/probes/yamlfilecontent/test_probes_yamlfilecontent_key.sh
1 parent 795e4fb commit db85d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/probes/yamlfilecontent/test_probes_yamlfilecontent_key.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function test_probes_yamlfilecontent_key {
1414

1515
cp "${srcdir}/openshift-logging.yaml" /tmp
1616

17-
local YAML_FILE="/tmp/openshift-logging.yaml"
17+
local YAML_FILE="/tmp/openshift-logging_key.yaml"
1818

1919
$OSCAP oval eval --results $RF $DF
2020

0 commit comments

Comments
 (0)