Skip to content

Commit ad4ba2d

Browse files
committed
TEST
1 parent 01f8619 commit ad4ba2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cookbooks/aws-parallelcluster-platform/spec/unit/recipes/cookbook_virtualenv_spec.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
end
3737

3838
context "when region starts with us-iso" do
39+
before do
40+
allow_any_instance_of(Chef::Recipe)
41+
.to receive(:aws_region)
42+
.and_return('us-iso-east-1')
43+
end
3944
it 'installs python packages' do
4045
is_expected.to run_bash("pip install").with(
4146
user: 'root',

0 commit comments

Comments
 (0)