Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
The board columns don't cleanup after themselves.
Browse files Browse the repository at this point in the history
Possibly related to openshiftio/openshift.io#4299
  • Loading branch information
kwk authored Sep 7, 2018
1 parent 4909a90 commit c066a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/work_item_boardcolumns_blackbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func TestRunWorkItemBoardcolumnREST(t *testing.T) {
}

func (l *TestWorkItemBoardcolumnREST) SetupTest() {
l.DBTestSuite.SetupTest()
req := &http.Request{Host: "localhost"}
params := url.Values{}
l.ctx = goa.NewContext(context.Background(), nil, req, params)
Expand Down

0 comments on commit c066a28

Please sign in to comment.