Skip to content

Commit

Permalink
fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrola committed Jan 8, 2025
1 parent 3b178ba commit 476c6b6
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,8 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
MemberType = "direct"
PrincipalDisplayName = "FakePrincipal"
ScheduleInfo = (New-CimInstance -ClassName MSFT_MicrosoftGraphRequestSchedule -Property @{
startDateTime = '2025-01-23T08:59:00.0000000+00:00'
Expiration = (New-CimInstance -ClassName MSFT_MicrosoftGraphExpirationPattern -Property @{
EndDateTime = '23/12/2025 08:59:00 +00:00'
Type = 'afterDateTime'} -ClientOnly)
Type = 'noExpiration'} -ClientOnly)
} -ClientOnly)
Ensure = "Present"
Credential = $Credential;
Expand All @@ -202,10 +200,8 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
MemberType = 'direct'
PrincipalDisplayName = 'FakePrincipal'
ScheduleInfo = @{
StartDateTime = '2025-01-23T08:59:00.0000000+00:00'
Expiration = @{
EndDateTime = '2025-12-23T08:59:00.0000000+00:00'
type = 'afterDateTime'
type = 'noExpiration'
}
}
}
Expand Down

0 comments on commit 476c6b6

Please sign in to comment.