summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2019-05-31 11:04:43 +0000
committerSven Wegener <swegener@gentoo.org>2019-05-31 11:04:43 +0000
commit3943a0f87694796adda723aa96995f47853f5362 (patch)
tree1f4bd5f9c8748d88b0a6d226a28e703ee3ad3ebf /app-admin/puppet
parentapp-admin/puppet: Fix tests patch to apply (diff)
downloadgentoo-3943a0f87694796adda723aa96995f47853f5362.tar.gz
gentoo-3943a0f87694796adda723aa96995f47853f5362.tar.bz2
gentoo-3943a0f87694796adda723aa96995f47853f5362.zip
app-admin/puppet: Drop old patch
Signed-off-by: Sven Wegener <swegener@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'app-admin/puppet')
-rw-r--r--app-admin/puppet/files/puppet-fix-tests-6.0.0.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-admin/puppet/files/puppet-fix-tests-6.0.0.patch b/app-admin/puppet/files/puppet-fix-tests-6.0.0.patch
deleted file mode 100644
index 3e51218034cc..000000000000
--- a/app-admin/puppet/files/puppet-fix-tests-6.0.0.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- spec/unit/network/http/api/indirected_routes_spec.rb 2018-09-17 19:36:56.000000000 -0500
-+++ spec/unit/network/http/api/indirected_routes_spec.rb 2018-09-19 10:52:35.841614932 -0500
-@@ -143,15 +143,6 @@
- _, _, _, _ = handler.uri2indirection("GET", uri_escaped, params)
- end
-
-- it "when the environment is unknown should remove :environment from params passed to check_authorization and therefore fail" do
-- handler.expects(:check_authorization).with(anything,
-- anything,
-- Not(has_key(:environment)))
-- expect(lambda { handler.uri2indirection("GET",
-- "#{master_url_prefix}/node/bar",
-- {:environment => 'bogus'}) }).to raise_error(not_found_error)
-- end
--
- it "should not URI unescape the indirection key as passed through to a call to check_authorization" do
- handler.expects(:check_authorization).with(anything,
- anything,