Skip to content

Commit 937ec56

Browse files
Add missing parameter for Pester Help Tests
This change adds "Jess'sMissingParam" to the expected parameters for the Add-FabricWorkspaceRoleAssignment tests. This ensures that the tests accurately reflect the parameters used in the command, improving the validation process. Thank you!
1 parent 1c9f43f commit 937ec56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/Add-FabricWorkspaceRoleAssignment.Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ param(
77
"PrincipalId"
88
"PrincipalType"
99
"WorkspaceRole"
10+
"Jess'sMissingParam"
1011
)
1112
)
1213

0 commit comments

Comments
 (0)