Skip to content

Commit 41ee750

Browse files
committed
Updated pester test
1 parent 4077993 commit 41ee750

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
@@ -209,7 +209,7 @@ Describe "Find-MgGraphCommand Command" {
209209
It 'Should find the API reference link' {
210210
{
211211
$MgCommand = Find-MgGraphCommand -Command "Get-MgUser"
212-
$MgCommand[0].APIReferenceLink | Should -Be "https://learn.microsoft.com/graph/api/users-get"
212+
$MgCommand[0].ApiReferenceLink | Should -Be "https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0"
213213
} | Should -Not -Throw
214214
{
215215
$MgCommand = Find-MgGraphCommand -Command "Get-MgUser"

0 commit comments

Comments
 (0)