Skip to content

Commit 2637908

Browse files
Update services/intake/wait/wait_test.go
Co-authored-by: Ruben Hönle <[email protected]>
1 parent ed916d7 commit 2637908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/intake/wait/wait_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (a *apiClientMocked) GetIntakeUserExecute(_ context.Context, _, _, _, _ str
6464
}
6565

6666
var (
67-
PROJECT_ID = uuid.NewString()
67+
projectId = uuid.NewString()
6868
REGION = "eu01"
6969
INTAKE_RUNNER_ID = uuid.NewString()
7070
INTAKE_ID = uuid.NewString()

0 commit comments

Comments
 (0)