Skip to content

Commit

Permalink
Remove duplicate resources in acceptance tests
Browse files Browse the repository at this point in the history
These plugins are also in the default plugins so don't need to be
defined again.
  • Loading branch information
ekohl committed Jun 3, 2020
1 parent 3b0e2e3 commit 8a60f99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/acceptance/xtypes/jenkins_credentials_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@
pp = base_manifest + <<-EOS
jenkins::plugin { [
'google-oauth-plugin',
'credentials',
'structs',
'oauth-credentials',
]: }
Expand Down Expand Up @@ -277,8 +275,6 @@
pp = base_manifest + <<-EOS
jenkins::plugin { [
'google-oauth-plugin',
'credentials',
'structs',
'oauth-credentials',
]: }
Expand Down

0 comments on commit 8a60f99

Please sign in to comment.