Skip to content

Commit 95c97eb

Browse files
committed
TEST
1 parent d6df659 commit 95c97eb

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
@@ -39,9 +39,9 @@
3939
is_expected.to run_bash("pip install").with(
4040
user: 'root',
4141
group: 'root',
42-
cwd: "#{node['cluster']['base_dir']}"
4342
).with_code(/tar xzf cookbook-dependencies.tgz/)
4443
end
44+
is_expected.to write_node_attributes('HERE')
4545
end
4646
end
4747
end

0 commit comments

Comments
 (0)