diff options
Diffstat (limited to 'spec/integration')
-rw-r--r-- | spec/integration/network/rest_authconfig_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/integration/network/rest_authconfig_spec.rb b/spec/integration/network/rest_authconfig_spec.rb index dc4d3282b..7c50d8970 100644 --- a/spec/integration/network/rest_authconfig_spec.rb +++ b/spec/integration/network/rest_authconfig_spec.rb @@ -119,7 +119,6 @@ describe Puppet::Network::RestAuthConfig do end it "should support trailing whitespace" do - pending('bug #5010') add_rule('allow host.domain.com ') @auth.should allow(request) |