Skip to content

Commit bd4448f

Browse files
committed
[Isolated] Test python pacakges are installed when in an ADC region
1 parent f6d82f1 commit bd4448f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
context "when cookbook virtualenv not installed yet" do
1212
cached(:chef_run) do
1313
runner = runner(platform: platform, version: version) do |node|
14-
allow_any_instance_of(String).to receive(:start_with?).with("us-iso").and_return(true)
14+
allow_any_instance_of(String).to receive(:start_with?).and_return(true)
1515
node.override['cluster']['system_pyenv_root'] = system_pyenv_root
1616
node.override['cluster']['python-version'] = python_version
1717
node.override['cluster']['region'] = aws_region

0 commit comments

Comments
 (0)