Skip to content

Commit

Permalink
Minor fix in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 committed May 26, 2021
1 parent 5acdf9c commit 4234ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appauth/manager/json/json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ func TestGetAppPassword(t *testing.T) {
Label: "label",
User: userTest.GetId(),
Expiration: &typespb.Timestamp{
Seconds: 16220400870,
Seconds: uint64(time.Now().Unix()) + 3600,
},
Ctime: now,
Utime: now,
Expand Down

0 comments on commit 4234ead

Please sign in to comment.