diff options
| author | nfagerlund <nick.fagerlund@gmail.com> | 2011-06-29 20:06:22 -0700 |
|---|---|---|
| committer | nfagerlund <nick.fagerlund@gmail.com> | 2011-06-29 20:06:22 -0700 |
| commit | d58eacd6b4abc804bc5326184ed59c309fd04149 (patch) | |
| tree | b71b984e241b252003d89529ac9f8bd0fc17d5d2 /spec/integration | |
| parent | 902c4147a2100c1f71d8493c526ae5275bab4cdc (diff) | |
| parent | 98cd89bdd44a68439ee4d030acc91fd0dda42707 (diff) | |
Merge branch 'ticket/2.7.x/8147' into 2.7.x
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 |
