summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Wood <gene_wood@cementhorizon.com>2022-11-01 15:23:58 -0700
committerGene Wood <gene_wood@cementhorizon.com>2022-11-01 15:23:58 -0700
commit14a169484efb3c622abc8ec4e471c7906eeefa46 (patch)
treed55f52713418d49b40fe1feaad1c08e0657dcca4
parent307b2855be231fb163a7390e90252b25509ed6b0 (diff)
downloadchef-14a169484efb3c622abc8ec4e471c7906eeefa46.tar.gz
Change snap_package tests to use "expect" instead of "black"
As there is no release of the "black" snap in the "stable" channel, this switches to "expect" which is in the "stable" channel and is also a small package. Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/_snap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_snap.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_snap.rb
index 4ce92a37e6..db4a2b864a 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/_snap.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/_snap.rb
@@ -36,4 +36,4 @@ snap_package "hello" do
action :remove
end
-snap_package %w{hello black} \ No newline at end of file
+snap_package %w{hello expect} \ No newline at end of file