This commit is contained in:
Garrett Delfosse 2024-02-07 15:39:02 +00:00
parent 19f5031fbd
commit 33621e5cdb
1 changed files with 3 additions and 2 deletions

View File

@ -188,8 +188,9 @@ func TestTemplates(t *testing.T) {
// Make some port shares and ensure they are adjusted correctly
// when template max port share level is updated
ws := dbgen.Workspace(t, db, database.Workspace{
TemplateID: template.ID,
OwnerID: userRes.UserID,
TemplateID: template.ID,
OwnerID: userRes.UserID,
OrganizationID: userRes.OrganizationID,
})
_ = dbgen.WorkspaceAgentPortShare(t, db, database.WorkspaceAgentPortShare{
WorkspaceID: ws.ID,