Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10c545 commit 2709d4bCopy full SHA for 2709d4b
coderd/audit_test.go
@@ -163,7 +163,7 @@ func TestAuditLogs(t *testing.T) {
163
require.NoError(t, err)
164
165
// Fetching audit logs without an organization selector should only
166
- // return organization audit logs.
+ // return organization audit logs the org admin is an admin of.
167
alogs, err := orgAdmin.AuditLogs(ctx, codersdk.AuditLogsRequest{
168
Pagination: codersdk.Pagination{
169
Limit: 5,
0 commit comments