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 4e6b43f commit 22e1057Copy full SHA for 22e1057
coderd/database/dbauthz/authz_test.go
@@ -47,10 +47,10 @@ func TestNotAuthorizedError(t *testing.T) {
47
})
48
}
49
50
-// TestdbauthzRecursive is a simple test to search for infinite recursion
+// TestDBAuthzRecursive is a simple test to search for infinite recursion
51
// bugs. It isn't perfect, and only catches a subset of the possible bugs
52
// as only the first db call will be made. But it is better than nothing.
53
-func TestdbauthzRecursive(t *testing.T) {
+func TestDBAuthzRecursive(t *testing.T) {
54
t.Parallel()
55
q := dbauthz.New(dbfake.New(), &coderdtest.RecordingAuthorizer{
56
Wrapped: &coderdtest.FakeAuthorizer{AlwaysReturn: nil},
0 commit comments