diff options
author | nfagerlund <nick.fagerlund@gmail.com> | 2011-06-29 20:01:20 -0700 |
---|---|---|
committer | nfagerlund <nick.fagerlund@gmail.com> | 2011-06-29 20:01:20 -0700 |
commit | 98cd89bdd44a68439ee4d030acc91fd0dda42707 (patch) | |
tree | b71b984e241b252003d89529ac9f8bd0fc17d5d2 /spec/integration | |
parent | f6882d6d5779883e931a6f558c06f631098011c5 (diff) | |
download | puppet-98cd89bdd44a68439ee4d030acc91fd0dda42707.tar.gz puppet-98cd89bdd44a68439ee4d030acc91fd0dda42707.tar.xz puppet-98cd89bdd44a68439ee4d030acc91fd0dda42707.zip |
(#8147) Update test for default reporturl
Edit test to accomodate the default URL change made in commit
f6882d6d5779883e931a6f558c06f631098011c5.
Reviewed-By: Jacob Helwig <jacob@puppetlabs.com>
Diffstat (limited to 'spec/integration')
-rwxr-xr-x | 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 9bec769ab..8cf0e3e7b 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 |