Skip to content

Commit 01f8619

Browse files
committed
TEST
1 parent 46d4f66 commit 01f8619

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
@@ -5,6 +5,7 @@
55
context "on #{platform}#{version}" do
66
cached(:python_version) { 'python_version' }
77
cached(:system_pyenv_root) { 'system_pyenv_root' }
8+
cached(:aws_region) { 'us-iso-east-1' }
89
cached(:virtualenv_path) { 'system_pyenv_root/versions/python_version/envs/cookbook_virtualenv' }
910

1011
context "when cookbook virtualenv not installed yet" do
@@ -36,7 +37,6 @@
3637

3738
context "when region starts with us-iso" do
3839
it 'installs python packages' do
39-
is_expected.to write_node_attributes('HERE')
4040
is_expected.to run_bash("pip install").with(
4141
user: 'root',
4242
group: 'root',

0 commit comments

Comments
 (0)