diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-07-04 13:22:48 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-10 23:14:08 +0200 |
commit | 7e21c9dc7f325d95c0615d2a13f2a01e18400f5d (patch) | |
tree | 84be62bd524d625d37787c24eb6cdbc94c2fbd4c /app-admin/puppet | |
parent | dev-libs/libmateweather: remove unused patch(es) (diff) | |
download | gentoo-7e21c9dc7f325d95c0615d2a13f2a01e18400f5d.tar.gz gentoo-7e21c9dc7f325d95c0615d2a13f2a01e18400f5d.tar.bz2 gentoo-7e21c9dc7f325d95c0615d2a13f2a01e18400f5d.zip |
app-admin/puppet: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/21520
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin/puppet')
-rw-r--r-- | app-admin/puppet/files/puppet-fix-tests-6.10.1.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app-admin/puppet/files/puppet-fix-tests-6.10.1.patch b/app-admin/puppet/files/puppet-fix-tests-6.10.1.patch deleted file mode 100644 index daa065dabb5c..000000000000 --- a/app-admin/puppet/files/puppet-fix-tests-6.10.1.patch +++ /dev/null @@ -1,19 +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 -@@ -158,16 +158,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 -- expect(handler).to receive(:check_authorization).with(anything, -- anything, -- excluding(:environment)) -- expect { 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 - expect(handler).to receive(:check_authorization).with(anything, anything, hash_including(environment: be_a(Puppet::Node::Environment).and(have_attributes(name: :env)))) - |