Skip to content

Commit 2ddae13

Browse files
johnstcnEmyrk
authored andcommitted
fixup! chore: enforcement of dbauthz tests was broken
1 parent 193d3b3 commit 2ddae13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbauthz/setup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var skipMethods = map[string]string{
3131
"InTx": "Not relevant",
3232
"Ping": "Not relevant",
3333
"Wrappers": "Not relevant",
34-
"AquireLock": "Not relevant",
34+
"AcquireLock": "Not relevant",
3535
"TryAcquireLock": "Not relevant",
3636
}
3737

0 commit comments

Comments
 (0)