Skip to content

Commit 9e183a7

Browse files
authored
Merge pull request #3805 from vexx32/fixup-test-for-3802
(#3802) Fix up test setup for license tests
2 parents 8a9e659 + 56874d2 commit 9e183a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pester-tests/chocolatey.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ exit $error.count
262262
BeforeAll {
263263
Restore-ChocolateyInstallSnapshot
264264

265-
Enable-ChocolateySource -Name hermes
265+
Enable-ChocolateySource -Name hermes-setup
266266

267267
Invoke-Choco install chocolatey-license-business
268268
}
@@ -285,7 +285,7 @@ exit $error.count
285285
BeforeAll {
286286
Restore-ChocolateyInstallSnapshot
287287

288-
Enable-ChocolateySource -Name hermes
288+
Enable-ChocolateySource -Name hermes-setup
289289

290290
$result = Invoke-Choco install chocolatey-license-business
291291
$LicenseFolder = "$env:ChocolateyInstall\lib\chocolatey-license-business\tools"

0 commit comments

Comments
 (0)