Skip to content

Commit ea3f1b8

Browse files
alexbondar92assaf758
authored andcommitted
CI bugfix
1 parent dcc40ec commit ea3f1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controlplane/test/controlplane_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ func (suite *githubClientSuite) SetupSuite() {
3838
suite.Require().NoError(err, fmt.Sprintf("\nInput: %v\n", newSessionInput))
3939

4040
// create a unique user for the tests
41-
username := fmt.Sprintf("testuser-%d", ts)
4241
ts := time.Now().Unix()
42+
username := fmt.Sprintf("testuser-%d", ts)
4343
createUserInput := v3ioc.CreateUserInput{}
4444
createUserInput.Ctx = suite.ctx
4545
createUserInput.FirstName = fmt.Sprintf("Test-%d", ts)

0 commit comments

Comments
 (0)