Bug fixes and unit tests for models/webhook (#751)
This commit is contained in:
parent
a6832c234d
commit
0934d1b1ea
5 changed files with 312 additions and 20 deletions
|
@ -16,6 +16,8 @@ import (
|
|||
"gopkg.in/testfixtures.v2"
|
||||
)
|
||||
|
||||
const NonexistentID = 9223372036854775807
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
if err := CreateTestEngine(); err != nil {
|
||||
fmt.Printf("Error creating test engine: %v\n", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue