summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/other/report.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/report.rb b/test/other/report.rb
index dd3689432..9e0a9bbbe 100755
--- a/test/other/report.rb
+++ b/test/other/report.rb
@@ -72,7 +72,7 @@ class TestReports < Test::Unit::TestCase
# We have to reuse reporting here because of something going on in the
# server/report.rb file
- Puppet.settings.use(:main, :puppetmasterd)
+ Puppet.settings.use(:main, :master)
3.times { |i|
log = Puppet.warning("Report test message %s" % i)