Skip to content

Commit

Permalink
Add ExpireDate to user customizations test
Browse files Browse the repository at this point in the history
  • Loading branch information
andremarianiello committed Apr 1, 2024
1 parent c8130d0 commit 5039113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/blueprint/customizations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func TestGetUsers(t *testing.T) {
}
UID := 123
GID := 321
ExpireDate := 12345

expectedUsers := []UserCustomization{
UserCustomization{
Expand All @@ -122,6 +123,7 @@ func TestGetUsers(t *testing.T) {
Groups: Groups,
UID: &UID,
GID: &GID,
ExpireDate: &ExpireDate,
},
}

Expand Down

0 comments on commit 5039113

Please sign in to comment.