summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/unit/shell/shell_session_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/shell/shell_session_spec.rb b/spec/unit/shell/shell_session_spec.rb
index 931a088f45..b71cc6fb33 100644
--- a/spec/unit/shell/shell_session_spec.rb
+++ b/spec/unit/shell/shell_session_spec.rb
@@ -161,7 +161,7 @@ describe Shell::SoloLegacySession do
before do
Chef::Config[:shell_config] = { override_runlist: [Chef::RunList::RunListItem.new("shell::override")] }
- Chef::Config[:shell_solo] = nil
+ Chef::Config[:solo_legacy_shell] = true
session.node = node
session.json_configuration = json_attribs
session.run_context = run_context