We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc40ec commit ea3f1b8Copy full SHA for ea3f1b8
pkg/controlplane/test/controlplane_test.go
@@ -38,8 +38,8 @@ func (suite *githubClientSuite) SetupSuite() {
38
suite.Require().NoError(err, fmt.Sprintf("\nInput: %v\n", newSessionInput))
39
40
// create a unique user for the tests
41
- username := fmt.Sprintf("testuser-%d", ts)
42
ts := time.Now().Unix()
+ username := fmt.Sprintf("testuser-%d", ts)
43
createUserInput := v3ioc.CreateUserInput{}
44
createUserInput.Ctx = suite.ctx
45
createUserInput.FirstName = fmt.Sprintf("Test-%d", ts)
0 commit comments