gaelcolas / Sampler

Module template with build pipeline and examples, including DSC elements.
MIT License
172 stars 42 forks source link

Invoke_Pester_Tests_v4: Fails when using PesterScript with a hashtable #303

Closed johlju closed 3 years ago

johlju commented 3 years ago

When using parameter PesterScript together with a hashtable the following fails:

https://github.com/gaelcolas/Sampler/blob/a8cd70812fb4af5710c19f97d608cc59047ff6fd/.build/tasks/Invoke-Pester.pester.build.ps1#L310

It should be Convert-SamplerHashtableToString and not Convert-HashtableToString.

gaelcolas commented 3 years ago

@johlju can this one be closed?

johlju commented 3 years ago

Right. Forgot to auto close it with the PR.