Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchan0130 committed Mar 18, 2024
1 parent f339b45 commit 2821bc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions classic/osx_configuration_profiles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ func TestOSXConfigurationProfilesService_Get(t *testing.T) {
FeatureIn: ptr(false),
},
},
NotificationEnabled: ptr(false),
NotificationType: ptr(OSXConfigurationProfileSelfServiceNotificationTypeSelfService),
NotificationSubject: ptr(""),
NotificationMessage: ptr(""),
},
}
if !cmp.Equal(osxConfigurationProfile, want) {
Expand Down

0 comments on commit 2821bc9

Please sign in to comment.