mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
* Adds a Contains() method on MockAuditor to help with asserting the presence of an audit log with specific fields. * Updates existing usages of verifyAuditWorkspaceCreated to use the new helper * Updates test referenced in PR#10396.