From d98d8769e811b58829713f86189bd8a2f5fdfd67 Mon Sep 17 00:00:00 2001 From: Max Fierke Date: Mon, 14 Oct 2024 23:21:10 -0500 Subject: [PATCH] Fix dependencies step spec now that we're not setting github.user in Git --- spec/provisioning/spec/localhost/dependencies_step_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/provisioning/spec/localhost/dependencies_step_spec.rb b/spec/provisioning/spec/localhost/dependencies_step_spec.rb index 490595d..22dff15 100644 --- a/spec/provisioning/spec/localhost/dependencies_step_spec.rb +++ b/spec/provisioning/spec/localhost/dependencies_step_spec.rb @@ -16,7 +16,7 @@ expect(config_hcl).to match(/name = "#{git_name}"/) expect(config_hcl).to match(/email = "#{git_email}"/) - expect(config_hcl).to match(/github = "#{git_github}"/) + expect(config_hcl).to match(/github = "#{ENV["MSTRAP_USER_GITHUB"]}"/) end end