Skip to content

Commit f99b57b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/logs/wait/wait_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (a *apiClientMock) GetLogsInstanceExecute(_ context.Context, _, _, _ string
3232
return a.getLogsResponse, nil
3333
}
3434

35-
var PROJECT_ID = uuid.NewString()
35+
var projectId = uuid.NewString()
3636
var INSTANCE_ID = uuid.NewString()
3737
var REGION = "eu01"
3838

0 commit comments

Comments
 (0)