()
| 128 | } |
| 129 | |
| 130 | func (includeSystemRolesMatcher) String() string { |
| 131 | return "CustomRolesParams with IncludeSystemRoles=true" |
| 132 | } |
| 133 | |
| 134 | // Mocked runs a subtest with a mocked database. Removing the overhead of a real |
| 135 | // postgres database resulting in much faster tests. |
no outgoing calls
no test coverage detected