Add ExpireDate to user customizations test
This commit is contained in:
parent
d8a0cfe0ac
commit
0ece609c8b
1 changed files with 2 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ func TestGetUsers(t *testing.T) {
|
|||
}
|
||||
UID := 123
|
||||
GID := 321
|
||||
ExpireDate := 12345
|
||||
|
||||
expectedUsers := []UserCustomization{
|
||||
UserCustomization{
|
||||
|
|
@ -122,6 +123,7 @@ func TestGetUsers(t *testing.T) {
|
|||
Groups: Groups,
|
||||
UID: &UID,
|
||||
GID: &GID,
|
||||
ExpireDate: &ExpireDate,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue