Update testing/internal/e2e/boundary/session.go

Co-authored-by: Michael Li <michael.li@hashicorp.com>
pull/4410/head
Stan Ryzhov 2 years ago committed by GitHub
parent 2a901e7df9
commit e29c809e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
}

Loading…
Cancel
Save