summaryrefslogtreecommitdiffstats
path: root/app/job_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/job_test.go')
-rw-r--r--app/job_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/job_test.go b/app/job_test.go
index 18186cc47..35c4a6bc8 100644
--- a/app/job_test.go
+++ b/app/job_test.go
@@ -12,6 +12,7 @@ import (
func TestGetJob(t *testing.T) {
th := Setup()
+ defer th.TearDown()
status := &model.Job{
Id: model.NewId(),
@@ -32,6 +33,7 @@ func TestGetJob(t *testing.T) {
func TestGetJobByType(t *testing.T) {
th := Setup()
+ defer th.TearDown()
jobType := model.NewId()