Skip to content

Commit 392aff9

Browse files
committed
Fix tests
1 parent 5417e09 commit 392aff9

File tree

5 files changed

+32
-26
lines changed

5 files changed

+32
-26
lines changed

coderd/apidoc/docs.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/dbauthz/dbauthz_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ func (s *MethodTestSuite) TestUser() {
10591059
OwnerID: u.ID,
10601060
TemplateID: uuid.UUID{},
10611061
},
1062-
).Asserts(u.UserDataRBACObject(), rbac.ActionUpdate).Returns(
1062+
).Asserts(u.UserWorkspaceBuildParametersObject(), rbac.ActionRead).Returns(
10631063
[]database.GetUserWorkspaceBuildParametersRow{},
10641064
)
10651065
}))

coderd/database/queries.sql.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/schemas.md

+26-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)