mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add audit logs for dormancy events (#15298)
This commit is contained in:
@ -719,6 +719,9 @@ func createAnotherUserRetry(t testing.TB, client *codersdk.Client, organizationI
|
||||
Name: RandomName(t),
|
||||
Password: "SomeSecurePassword!",
|
||||
OrganizationIDs: organizationIDs,
|
||||
// Always create users as active in tests to ignore an extra audit log
|
||||
// when logging in.
|
||||
UserStatus: ptr.Ref(codersdk.UserStatusActive),
|
||||
}
|
||||
for _, m := range mutators {
|
||||
m(&req)
|
||||
|
Reference in New Issue
Block a user