MCPcopy Index your code
hub / github.com/coder/coder / WithNotAuthorized

Method WithNotAuthorized

coderd/database/dbauthz/setup_test.go:501–504  ·  view source on GitHub ↗
(contains string)

Source from the content-addressed store, hash-verified

499}
500
501func (m *expects) WithNotAuthorized(contains string) *expects {
502 m.notAuthorizedExpect = contains
503 return m
504}
505
506func (m *expects) WithCancelled(contains string) *expects {
507 m.cancelledCtxExpect = contains

Callers 3

TestAuditLogsMethod · 0.80
TestConnectionLogsMethod · 0.80
TestOrganizationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected