Skip to content

Commit b785e80

Browse files
🩹 [Patch]: Remove the need for module path for module specific tests (#74)
## Description - Remove the need for the `Path` for module specific tests. This was used earlier for running load tests of the module. No longer needed as this is default in the action. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 6e4779f commit b785e80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/helpers/Test-PSModule.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@
116116
LogGroup "Add test - Module - $moduleName" {
117117
$containerParams = @{
118118
Path = $moduleTestsPath
119-
Data = @{
120-
Path = $Path
121-
}
122119
}
123120
Write-Verbose 'ContainerParams:'
124121
Write-Verbose "$($containerParams | ConvertTo-Json)"

0 commit comments

Comments
 (0)