summaryrefslogtreecommitdiffstats
path: root/test/language/collector.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/collector.rb')
-rwxr-xr-xtest/language/collector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/collector.rb b/test/language/collector.rb
index 41ce12f66..83ae3a590 100755
--- a/test/language/collector.rb
+++ b/test/language/collector.rb
@@ -281,7 +281,7 @@ class TestCollector < Test::Unit::TestCase
# Make our configuration
host = Puppet::Rails::Host.new(:name => "myhost")
- host.resources.build(:title => "/tmp/hosttest", :type => "PuppetFile",
+ host.resources.build(:title => "/tmp/hosttest", :type => "file",
:exported => true)
host.save