Skip to content

Commit 9e09c64

Browse files
committed
Fix policy
1 parent b70628a commit 9e09c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbauthz/dbauthz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2859,7 +2859,7 @@ func (s *MethodTestSuite) TestSystemFunctions() {
28592859
Action: []string{"action1", "action2"},
28602860
Resource: []string{"resource1", "resource2"},
28612861
})
2862-
check.Args(j.ID).Asserts(j, policy.ActionRead).Returns(t)
2862+
check.Args(j.ID).Asserts(w, policy.ActionRead).Returns(t)
28632863
}))
28642864
s.Run("GetWorkspaceAgentScriptTimingsByBuildID", s.Subtest(func(db database.Store, check *expects) {
28652865
workspace := dbgen.Workspace(s.T(), db, database.Workspace{})

0 commit comments

Comments
 (0)