summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-07-09 17:01:42 +0100
committerStuart Preston <stuart@chef.io>2018-07-09 17:01:42 +0100
commit269276c9f1f269ac36fde246a4b2e6feba99259b (patch)
tree4639c8cc8602bbb4b829225882af11e288629f7f
parente7d0f284fb05f5e4d779e30223231a140d6b4383 (diff)
downloadchef-269276c9f1f269ac36fde246a4b2e6feba99259b.tar.gz
Use a known password that meets the Windows Complexity Requirements
Signed-off-by: Stuart Preston <stuart@chef.io>
-rw-r--r--spec/functional/resource/user/windows_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/user/windows_spec.rb b/spec/functional/resource/user/windows_spec.rb
index 1edf65f450..692093aac4 100644
--- a/spec/functional/resource/user/windows_spec.rb
+++ b/spec/functional/resource/user/windows_spec.rb
@@ -24,7 +24,7 @@ describe Chef::Provider::User::Windows, :windows_only do
include Chef::Mixin::ShellOut
let(:username) { "ChefFunctionalTest" }
- let(:password) { SecureRandom.uuid }
+ let(:password) { "DummyP2ssw0rd!" }
let(:node) do
n = Chef::Node.new