From ff8cdce03f28a49c91bcccc280dfc1635aa5ec6e Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Fri, 19 Jan 2024 15:10:55 +0000 Subject: [PATCH] Updated {Create} AAD Integration Tests --- .../Microsoft365DSC/M365DSCIntegration.AAD.Create.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Integration/Microsoft365DSC/M365DSCIntegration.AAD.Create.Tests.ps1 b/Tests/Integration/Microsoft365DSC/M365DSCIntegration.AAD.Create.Tests.ps1 index d063a17932..4875dab41a 100644 --- a/Tests/Integration/Microsoft365DSC/M365DSCIntegration.AAD.Create.Tests.ps1 +++ b/Tests/Integration/Microsoft365DSC/M365DSCIntegration.AAD.Create.Tests.ps1 @@ -227,7 +227,7 @@ GroupTypes = @("Unified") MailNickname = "M365DSC" Visibility = "Private" - Owners = @("admin@$Domain", "AdeleV@$Domain", "GitHubIntegration@$Domain") + Owners = @("admin@$Domain", "AdeleV@$Domain") Ensure = "Present" Credential = $Credscredential }