Skip to content

Commit

Permalink
Restore read of github.user in smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Oct 15, 2024
1 parent a128bdc commit 0f83322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/provisioning/spec/localhost/dependencies_step_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "#{ENV["MSTRAP_USER_GITHUB"]}"/)
expect(config_hcl).to match(/github = "#{git_github}"/)
end
end

Expand Down

0 comments on commit 0f83322

Please sign in to comment.