Skip to content

Commit 46d4f66

Browse files
committed
TEST
1 parent 776869f commit 46d4f66

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
@@ -36,11 +36,11 @@
3636

3737
context "when region starts with us-iso" do
3838
it 'installs python packages' do
39+
is_expected.to write_node_attributes('HERE')
3940
is_expected.to run_bash("pip install").with(
4041
user: 'root',
4142
group: 'root',
4243
).with_code(/tar xzf cookbook-dependencies.tgz/)
43-
is_expected.to write_node_attributes('HERE')
4444
end
4545
end
4646
end

0 commit comments

Comments
 (0)