Skip to content

Commit 94cc3a9

Browse files
v-akarkeKenitoInc
andauthored
Update test/module/Entra/Integration/Add-EntraGroupOwner.Tests.ps1
Co-authored-by: Kennedy Kang'ethe <[email protected]>
1 parent 9f539cf commit 94cc3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/module/Entra/Integration/Add-EntraGroupOwner.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Describe "The Add-EntraGroupOwner command executing unmocked" {
1010
$appId = $env:TEST_APPID
1111
$tenantId = $env:TEST_TENANTID
1212
$cert = $env:CERTIFICATETHUMBPRINT
13-
Connect-MgGraph -TenantId $tenantId -AppId $appId -CertificateThumbprint $cert
13+
Connect-Entra -TenantId $tenantId -AppId $appId -CertificateThumbprint $cert
1414

1515
$thisTestInstanceId = New-Guid | Select-Object -expandproperty guid
1616
$testName = 'SimpleTests' + $thisTestInstanceId

0 commit comments

Comments
 (0)