Edit test to accomodate the default URL change made in commit
f6882d6d5779883e931a6f558c06f631098011c5.

Reviewed-By: Jacob Helwig <[email protected]>
Signed-off-by: nfagerlund <[email protected]>
---
 spec/integration/defaults_spec.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spec/integration/defaults_spec.rb 
b/spec/integration/defaults_spec.rb
index 9bec769..8cf0e3e 100755
--- a/spec/integration/defaults_spec.rb
+++ b/spec/integration/defaults_spec.rb
@@ -275,6 +275,6 @@ describe "Puppet defaults" do
 
   describe "reporturl" do
     subject { Puppet.settings[:reporturl] }
-    it { should == "http://localhost:3000/reports"; }
+    it { should == "http://localhost:3000/reports/upload"; }
   end
 end
-- 
1.7.3.3

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to