diff --git a/testing/internal/e2e/boundary/session.go b/testing/internal/e2e/boundary/session.go index 595d13c072..226642be4b 100644 --- a/testing/internal/e2e/boundary/session.go +++ b/testing/internal/e2e/boundary/session.go @@ -116,7 +116,7 @@ func getSessionOpts(opt ...SessionOption) sessionOptions { // SessionOption represents how Options are passed as arguments type SessionOption func(*sessionOptions) -// scopeOptions is a struct representing available options for scopes +// sessionOptions is a struct representing available options for sessions type sessionOptions struct { WithExpectedSessionsCount int }