addressing https://dev.arvados.org/issues/17014#note-41
[arvados.git] / lib / controller / integration_test.go
index a574f3978052538a3efcf642710cc208f2de9e4e..b240c216cce2c0f249e8a22b48c7413aa4febbfa 100644 (file)
@@ -21,7 +21,6 @@ import (
        "path/filepath"
        "strconv"
        "strings"
-       "time"
 
        "git.arvados.org/arvados.git/lib/boot"
        "git.arvados.org/arvados.git/lib/config"
@@ -211,7 +210,6 @@ func (s *IntegrationSuite) userClients(rootctx context.Context, c *check.C, conn
                        FirstName: "Example",
                        LastName:  "User",
                        Username:  "example",
-                       ExpiresAt: time.Now().Add(1 * time.Hour),
                },
        })
        c.Assert(err, check.IsNil)