Skip to content

Commit 4b9ddf4

Browse files
committed
Update tests
1 parent 2fd6d80 commit 4b9ddf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Describe "Find-MgGraphCommand Command" {
2828
$MgCommand | Should -HaveCount 1
2929
$MgCommand.Method | Should -Be "POST"
3030
$MgCommand.APIVersion | Should -Be "beta" # -APIVersion takes precedence.
31-
$MgCommand.Variants | Should -Contain "Export1"
31+
$MgCommand.Variants | Should -Contain "Export"
3232
$MgCommand.URI | Should -Be "/users/{user-id}/exportPersonalData"
3333
$MgCommand.Command | Should -Be "Export-MgUserPersonalData"
3434
} | Should -Not -Throw

0 commit comments

Comments
 (0)