Skip to content

Commit d59f00c

Browse files
committed
(PUP-11402) change test check against stderr instead stdout
1 parent 4bcbd4b commit d59f00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/parser_functions/puppet_lookup_cmd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2579,7 +2579,7 @@ def data()
25792579

25802580
step "--compile uses environment specified in ENC"
25812581
r = on(master, puppet('lookup', '--compile', "--node #{@node1}", "--confdir #{@confdir}", "--facts #{@coderoot}/facts.yaml", 'environment_key'))
2582-
result = r.stdout
2582+
result = r.stderr
25832583
assert_match(
25842584
/CA is not available/,
25852585
result,

0 commit comments

Comments
 (0)