summaryrefslogtreecommitdiffstats
path: root/ext/puppet-test
diff options
context:
space:
mode:
Diffstat (limited to 'ext/puppet-test')
-rwxr-xr-xext/puppet-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/puppet-test b/ext/puppet-test
index 41759d489..84ea483db 100755
--- a/ext/puppet-test
+++ b/ext/puppet-test
@@ -220,7 +220,7 @@ Suite.new :local_catalog, "Local catalog handling" do
end
newtest :compile, "Compiled catalog" do
- Puppet::Node::Catalog.find(@node)
+ Puppet::Resource::Catalog.find(@node)
end
end