Skip to content

Commit 8e631c5

Browse files
committed
Fix isolated spec test
1 parent eb8f411 commit 8e631c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cookbooks/aws-parallelcluster-environment/test/controls/isolated_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
its('owner') { should cmp 'root' }
1818
its('group') { should cmp 'root' }
1919
its('mode') { should cmp '0744' }
20-
its('content') { should match /USERS=\(root #{node['cluster']['cluster_admin_user']} #{node['cluster']['cluster_user']}\)/ }
2120
end
2221
end

0 commit comments

Comments
 (0)