Skip to content

Commit

Permalink
test: fix dredd test
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jul 7, 2023
1 parent 07b908f commit 83b00af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dredd/hooks/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func addUserProjectRelation(pid int, user int) {
_, err := store.CreateProjectUser(db.ProjectUser{
ProjectID: pid,
UserID: user,
Admin: true,
Role: db.ProjectOwner,
})
if err != nil {
panic(err)
Expand Down

0 comments on commit 83b00af

Please sign in to comment.